Sql Server Blog
Blog Archive
▼
2012
(4)
▼
November
(1)
Query to search table name in SP, Trigger and Views
►
June
(1)
►
April
(1)
►
February
(1)
►
2010
(8)
►
January
(8)
►
2009
(9)
►
November
(1)
►
October
(8)
Connect
C# DOT NET for Developers
Remove all XML tags from a string
11 years ago
ASP Developer
Read client side IP Address
15 years ago
Followers
ClustrMaps of Visitors
About Me
Amit Pal
Associate Project Manager, HCL Technologies Ltd. Noida
View my complete profile
Thursday, November 8, 2012
Query to search table name in SP, Trigger and Views
SELECT DISTINCT so.name,so.xtype
FROM syscomments sc
INNER JOIN sysobjects so ON sc.id=so.id
WHERE sc.TEXT LIKE '%tablename%'
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment