SQL and SQL only
Sunday, July 25, 2010
Disabling Primary Key/ Clustered index
›
Most of us are aware that indexes and constraints can be disabled. This post will concentrate on what happens when a Clustered index or Prim...
1 comment:
Monday, July 19, 2010
Number of Drives,Location and Raid levels
›
When you are setting up your new server, One of the important tasks you have its to pick the right number of disks for correct purposes at ...
2 comments:
Wednesday, July 14, 2010
Does IDENTITY_INSERT reset identity?
›
Most of us are aware that if we want to force a value of our choice on a identity column then we use the command SET IDENTITY_INSERT table ...
Thursday, July 8, 2010
Lock Monitoring - SQL Server 2005
›
As mentioned in the previous post , the query provided below can be use to check locking on sql server 2005. Script is Simple , but powerful...
Wednesday, July 7, 2010
Lock monitoring - SQL Server 2000
›
One of the important parts of performance monitoring is monitoring locks. Imagine a situation, where you have a query that just waits for lo...
Wednesday, June 30, 2010
SQL Pass blog directory
›
My blog has been listed in sql pass blog directory. Check it over here . No matter what, its a special feeling to see your blog and name l...
Monday, June 28, 2010
Rebuild vs ReOrg
›
Rebuild or Regorg, difference between Rebuild or Reorg is a fairly common topic on blogs and forums. Here is my take on it.As I am not good...
3 comments:
‹
›
Home
View web version