2012-08-24 (first published: 2007-09-29)
1,672 reads
2012-08-24 (first published: 2007-09-29)
1,672 reads
This table Valued Function return the Modified Objects (SP /Views) For the Date specified.
2011-10-07 (first published: 2007-11-23)
1,380 reads
In development enviornment we always get the modifications in tables from developers.As far as my concern writing scripts is tedious work for us. I hope below script will help you.
2009-10-30 (first published: 2009-10-01)
1,333 reads
2009-10-21 (first published: 2009-10-01)
2,278 reads
2008-10-10 (first published: 2008-07-20)
1,866 reads
Script to return Rows count from table using sp_ExecuteSQL
2008-09-26 (first published: 2008-07-20)
1,523 reads
2008-09-19 (first published: 2008-07-20)
1,474 reads
2008-09-08 (first published: 2008-07-20)
1,262 reads
2008-07-20
1,998 reads
2008-07-20
1,590 reads
On May 8, 2025, we hosted our first official event in Switzerland at Prime...
By Steve Jones
Tomorrow is the Redgate DevOps Day in Atlanta. You can still sign up, so...
By Kevin3NF
Too many IT teams run index rebuild jobs on autopilot. Every night. Every index....
Comments posted to this topic are about the item Are Data Breaches Inevitable?
Comments posted to this topic are about the item The Internals of Writing a...
Comments posted to this topic are about the item How to Safely Remove a...
In SQL Server, when the buffer manager write pages to disk, page protection is added to the pages. There are two types of protection: torn page protection and checksum page protection. What happens with regards to concurrency with page protection during writes?
See possible answers