Script foreign keys
Using this script you can create a list of sql commands for foreign keys manipulation.
2012-01-10 (first published: 2007-11-02)
5,375 reads
Using this script you can create a list of sql commands for foreign keys manipulation.
2012-01-10 (first published: 2007-11-02)
5,375 reads
2007-12-12 (first published: 2007-10-12)
3,508 reads
Sometimes you need to empty the content of database. Following script can do that for you.
2007-10-15
4,817 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