SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Monday, November 24, 2014
compare current row with previous / next row in a table
›
There must be a numeric identity / Unique column for comparing current with next / previous Rows in a table. Lets say you want to compar...
Monday, November 17, 2014
Change of safety level not allowed.
›
Today I was trying to change the transaction safety level in a database mirroring session from high-safety mode (safety full) to high-perfo...
Monday, November 3, 2014
There is no default instance of SQL Server on the computer
›
Sometime when trying to browse the SSIS packages from SQL Server Management Studio the following error can come: The SQL Server specified...
Monday, October 27, 2014
Find outdated statistics in SQL Server
›
SQL server uses the STATISTICS to find the appropriate Query plan. if you are experiencing performance issues for your queries than it...
Monday, October 20, 2014
Query to find out parameters for Stored Procedure
›
Use below query to find out parameters for Stored Procedure SELECT Schema_Name(Schema_ID) AS Schema_Name, O.Type_Desc, O.Name AS Obje...
‹
›
Home
View web version