2014-08-11 (first published: 2014-05-28)
1,778 reads
2014-08-11 (first published: 2014-05-28)
1,778 reads
2014-07-11
2,688 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,200 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,046 reads
The script give you the list of all users and their respective Server roles
2014-04-02 (first published: 2014-03-11)
1,559 reads
2014-03-25
2,193 reads
This script is an example of how to use Sequence, similar to Identity.
2014-03-24 (first published: 2014-02-25)
1,345 reads
2014-02-27 (first published: 2014-02-11)
1,902 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,379 reads
By Steve Jones
I recently wrote about a logical diagram with Redgate Data Modeler. That was interesting,...
By Brian Kelley
After I have understood the details for a certification test (part 1), including format...
By Brian Kelley
If you're looking for particular "Black Friday" deals, here is what I've seen advertised...
Hello, I am receiving multiple direction on deploying SQL Servers in AWS EC2. ...
Hello, I am working with a company on their database administration. I am trying...
Comments posted to this topic are about the item Don't Let Corner Cases Drive...
In SQL Server 2025, what does this code return?
SELECT '1' || '0'See possible answers