Stories recently tagged with 'Robust'

Bulletproof Sql Change Scripts Using INFORMATION_SCHEMA Views(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 7 months ago

Discusses how to use the Information_Schema views to write idempotent schema changes. The Information_Schema views are a Sql-92 standard that Microsoft SQL Server supports. read more...

add a comment |category: |Views: 14

tags: another