SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Tuesday, February 24, 2015
Performance Killers in MSSQL
›
Frequent recompilation of execution plans Inaccurate statistics Excessive use or improper configuration of tempdb Excessive blocking a...
Monday, February 2, 2015
Sp_rename fails : Either the parameter @objname is ambiguous or the claimed @objtype (object) is wrong
›
You can get below error if you have ‘DOT’ in between your constraint name. SP_rename fails because object_id(ContraintnamewithDOT) returns ...
1 comment:
Tuesday, January 27, 2015
Unused Index
›
Here is a useful script to get the unused index in a Database. This may be inaccurate sometime. So you had to apply commonsense before runn...
Monday, January 12, 2015
SQL Agent DCOM error Event ID 10016
›
I got this error in my event log ID 10016 of my database server installed with Windows Server 2012, in which i have only installed SQL ser...
12 comments:
Monday, January 5, 2015
Refresh Intellisense in SSMS(SQL Server Management Studio) 2008 & above
›
Intellisense is a new feature that comes with SSMS(SQL Server Management Studio) 2008 onwards. Intellisense makes coding quite easy. Some...
‹
›
Home
View web version