2014-08-11 (first published: 2014-05-28)
1,743 reads
2014-08-11 (first published: 2014-05-28)
1,743 reads
2014-07-11
2,682 reads
THis script will generate the Drop and create script for all user define table type
2014-04-18 (first published: 2014-03-25)
1,195 reads
The query will help to get the column level difference for 2 database(Like Prod and Dev database). This help us to verify what are the column changes has been done in dev environment after Prod deployment.
2014-04-10 (first published: 2014-03-11)
1,037 reads
The script give you the list of all users and their respective Server roles
2014-04-02 (first published: 2014-03-11)
1,548 reads
2014-03-25
2,184 reads
This script is an example of how to use Sequence, similar to Identity.
2014-03-24 (first published: 2014-02-25)
1,339 reads
2014-02-27 (first published: 2014-02-11)
1,888 reads
Get the list of the tables on the server which dont have the clustered index.
2014-02-24 (first published: 2014-02-17)
1,368 reads
By Rob Sewell
The partner directory connects your agency with new customers.
I had an excellent group of people in Gothenburg Sweden when I taught there...
By Steve Jones
How can I quickly get a CU patch for a system that’s out of...
Comments posted to this topic are about the item GIT Configuration and Automated Release...
CREATE TABLE TempA ( InvoiceNo VARCHAR(50) NOT NULL, Date TIMESTAMP NULL, Type VARCHAR(50) NULL,...
could you please help, i want to update holidayAll column with same Holidaydate...
What is the result of this code?
SELECT CONCAT(1, 2, 3) + 4See possible answers