Daily problems and issues that are hard to resolve about SSMS,SSRS,SSIS,SSAS,DTS,Agent, Optimization, Administration, Always On, Clustering, Point in Time recovery and more...
Search This Blog & Web
Thursday, January 13, 2011
Finding Table or Column usage in Objects (Table, Views, Functions, Procedures)
select * from sys.objects where object_id in (select id from syscomments where text like '%merge%')
No comments:
Post a Comment