Find Primary Keys or Constraints in a database, SQL Server 2008
I was asked to list the Primary keys in our databases then I listed using the below script. This is very
–DB Blog
I was asked to list the Primary keys in our databases then I listed using the below script. This is very
There is out too many ways to compare two tables in SQL server but I prefer to do this task
This new type of Index is introduced with new upcoming 2011 version of SQL Server. This new index improves the
Microsoft SQL Server Code-Named “Denali”, this release increases the power and productivity of architects, developers, and administrators who design, develop,
This Script gives the backup history of all databases with in a instance. Also gives you when is the database
Have you ever given a task to do validate two databases on different servers or on the same server? Usually
Robocopy is used to move or Copy files or folders Also have multiple options Check out this link for more
This is very handy useful script in production environment. Even the activity monitor does the same but when there is
I have this script for a while and used it as many times in my daily routine. The below script
Run the below script on a database where you want to find the missing indexes. DECLARE @sql varchar(2000) ,@DatabaseName varchar(20)
You must be logged in to post a comment.