SQL 2000: Track Stored Procedure Changes
SQL Server 2000 does not log the procedures modified using ALTER statement. Here's the script to find out the same.
2009-04-07 (first published: 2009-03-02)
1,246 reads
SQL Server 2000 does not log the procedures modified using ALTER statement. Here's the script to find out the same.
2009-04-07 (first published: 2009-03-02)
1,246 reads
This script compares the code (SP, Func. etc.) between two databases (say Dev and QA) and reports the objects which have differences.
2007-03-30 (first published: 2007-03-08)
613 reads
By James-Serra
Microsoft Ignite has always announced many new products and new product features, and this year...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
SQL Server is a complex beast, with many configuration options that can range from...
I have a procedure to back up a SQL Express database. It works when...
I have succesfully installed the module sqlserver version 21.1.18235 on my server which hosts...
I was wondering what others are doing in regards to a datacenter outage and...