CREATE PROCEDURE dbo.sp_UpdateLibList @TableId as numeric(18,0), @descr1 as nvarchar(2048), @descr2 as nvarchar(2048) = ‘ ‘, @reftableid as numeric(18,0), @seeal… more →
Script For Allpinaldave wrote 1 week ago: SQL SERVER - Guidelines and Coding Standards complete List Download Coding standards and guidelines … more →
kostland wrote 2 weeks ago: CREATE PROCEDURE dbo.sp_UpdateLibList @TableId as numeric(18,0), @descr1 as nvarchar(2 … more →
pinaldave wrote 2 weeks ago: Download SQL Server 2008 Interview Questions and Answers Complete List Interview is very important e … more →
pinaldave wrote 2 weeks ago: SQL SERVER - 2008 - Interview Questions and Answers Complete List Download What is Data Compression? … more →
pinaldave wrote 3 weeks ago: SQL SERVER - 2008 - Interview Questions and Answers Complete List Download 3) Questions of SQL SERVE … more →
kostland wrote 1 month ago: DECLARE slip_Update CURSOR FOR SELECT * FROM SlipsTEST, SlipdetailsTEST WHERE SlipsTEST.SlipIdOld = … more →
kostland wrote 1 month ago: SELECT m.MonthName, COALESCE(c.MonthCost, 0) FROM CostTable c RIGHT JOIN ( SELECT 1 As MonthNumber … more →
pinaldave wrote 2 months ago: One question came up just a day ago while I was writing SQL SERVER - 2005 - Difference Between INTER … more →
pinaldave wrote 2 months ago: ERROR : 9004 An error occurred while processing the log for database. If possible, restore from back … more →
kostland wrote 2 months ago: This procedure use time… month and day CREATE procedure sp_update_WinHands @month as nvarcha … more →
pinaldave wrote 2 months ago: Previously I wrote about SQL SERVER - 2008 - Introduction to SPARSE Columns. Let us understand the c … more →
pinaldave wrote 3 months ago: I have been writing recently about how SQL Server 2008 is better in terms of Data Stage and Backup M … more →
pinaldave wrote 3 months ago: In my previous article SQL SERVER - 2008 - Introduction to New Feature of Backup Compression I wrote … more →
pinaldave wrote 3 months ago: Backup and Data Storage is my most favorite subject and I have not written about this for some time. … more →
pinaldave wrote 4 months ago: Microsoft SQL Server 2008 Reporting Services Add-in for SharePoint Technologies Release Candidate (R … more →
pinaldave wrote 4 months ago: It is really very bad of person to laugh on others misfortune, however dark humor is based on the sa … more →
pinaldave wrote 6 months ago: Blog reader Donald Crowther has posted following comment. I have not tested this solution and when I … more →
pinaldave wrote 8 months ago: Read my article in SQL Server Magazine January 2007 Edition I will be not able to post complete arti … more →
pinaldave wrote 8 months ago: I have received call from my DBA friend who read my article SQL SERVER - 2005 - Introduction to Part … more →