2012-08-24 (first published: 2007-09-29)
1,684 reads
2012-08-24 (first published: 2007-09-29)
1,684 reads
This table Valued Function return the Modified Objects (SP /Views) For the Date specified.
2011-10-07 (first published: 2007-11-23)
1,381 reads
2010-10-27
3,185 reads
2010-07-29
2,641 reads
2010-01-21
3,822 reads
2010-01-15
3,310 reads
2009-11-13
3,181 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,337 reads
2009-10-21 (first published: 2009-10-01)
2,288 reads
2008-10-10 (first published: 2008-07-20)
1,876 reads
Setting page visibility and the active page are often overlooked last steps when publishing...
By Steve Jones
It’s time for T-SQL Tuesday again and this time Todd Kleinhans has a great...
By Steve Jones
Recently I was working in VS Code and I saw a walkthrough for the...
I am trying to check out elastic query between two test instances we have...
Comments posted to this topic are about the item Change Tracking Data Retention Options
Comments posted to this topic are about the item Requiring Technical Debt Payments
If I am running this code:
ALTER DATABASE AdventureWorks2017 SET CHANGE_TRACKING = ON (CHANGE_RETENTION=4 xxx);What are the possible choices for xxx? See possible answers