Get your favorite SSC scripts directly in SSMS with the free SQL Scripts addin. Search for scripts directly from SSMS, and instantly access any saved scripts in your SSC briefcase from the favorites tab. Download now (direct download link)
Thank this author by sharing:
By David Jackson, 2006/03/30
'Set objIE = ImportObject("InternetExplorer.Application") '
'Set objIE = CreateObject("InternetExplorer.Application") 'CONST CSC_UPDATECOMMANDS = -1 ' ... many more CONST statements 'CONST SWFO_COOKIEPASSED = 4 '
How do you version permission scripts
Versioned script
I make a habit of using the latest version of SSMS even if I’m not working with the latest version.....
This shows a method for generating scripts for SQL Server stored procedures and functions so they ca...
http://www.sqlservercentral.com/scripts/split+string/117123/ The above script will split upto 256...