2012-08-24 (first published: 2007-09-29)
1,670 reads
2012-08-24 (first published: 2007-09-29)
1,670 reads
This table Valued Function return the Modified Objects (SP /Views) For the Date specified.
2011-10-07 (first published: 2007-11-23)
1,378 reads
2010-10-27
3,183 reads
2010-07-29
2,633 reads
2010-01-21
3,815 reads
2010-01-15
3,303 reads
2009-11-13
3,173 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,327 reads
2009-10-21 (first published: 2009-10-01)
2,262 reads
2008-10-10 (first published: 2008-07-20)
1,862 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers