I am migrating legacy SQLS2k to 2008R2, and it seems that all the data was executed through stored procs, and any user queries use the legacy external connection syntax *= =* . There are more than a hundred processes, so I donβt want to open them each separately to see if it uses this syntax (most will not), is there a way I can request metadata for the list of procs / functions / views / triggers, then loop finding strings *= or =* by printing the name of the violating object?
My background is oracle, I know how to find metadata there, but I'm a little new to Sql Server. Switching the compatibility version is not an option.
thank!
join outer-join sql-server sql-server-2008 sql-server-2000
matao Jun 15 '11 at 7:10 2011-06-15 07:10
source share