Finding Stuff in SQL Server Database DDL

Posted on Simple Talk See other posts from Simple Talk
Published on 04 February 2010 Indexed on 2010/03/16 17:01 UTC
Read the original article Hit count: 326

Filed under:
You'd have thought that nothing would be easier than using SQL Server Management Studio (SSMS) for searching through the DDL for both the names and definitions of the structural metadata of your databases, for the occurrence of a particular string of letters. Not so easy, it turns out, though Phil Factor is able to come up with various methods for various purposes.

© Simple Talk or respective owner

Related posts about T-SQL Programming