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
2010-10-27
3,183 reads
2010-07-29
2,633 reads
2010-01-21
3,816 reads
2010-01-15
3,305 reads
2009-11-13
3,176 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,331 reads
2009-10-21 (first published: 2009-10-01)
2,273 reads
2008-10-10 (first published: 2008-07-20)
1,865 reads
By DataOnWheels
Hello data friends! Had a blast at my first ever M365 Community Day this...
By Steve Jones
One interesting concept in SQL Server is Deferred Name Resolution. This is something many...
By Kevin3NF
Common Reasons for Emergency SQL calls If you are a production DBA (or Accidental...
Modvigil 200 mg is commonly used to treat sleep apnea. It is a medication...
HI All, Service Principal Name (SPN) getting this error and then sqlserver restarting....
Comments posted to this topic are about the item The Character choice
What happens when I run this code in SQL Server 2022?
create table Names ( namestring varchar(20)) go insert Names select 'Steve' go select choose(namestring, 'steve', 'andy', 'brian') from NamesSee possible answers