Viewing 4 posts - 1 through 4 (of 4 total)
Thomas,
I like the technique with partition switching. Thank you.
BTW, for your method 2, you will need
SET IDENTITY_INSERT Destination_TB ON;
before the insert.
\Sean
February 21, 2008 at 4:43 pm
Another technique we use to disable the so called "parameter sniffing" instead of WITH RECOMPILE is to declare local variables to replace the parameters immediately inside the stored procedure. ...
February 19, 2008 at 1:59 pm
Thank you for bringing up this important PM topic. Transparency is essential for IT survival. We are engaged in a 18-month project re-enginerring our processing model from SAS...
January 29, 2008 at 12:50 pm
I totally agree with Alan Robbins. .Net framework is powerful, solid and beautiful. Hosting CLR in SQL Server brings the core of .Net to us SQL developers and...
January 26, 2008 at 3:40 pm
Viewing 4 posts - 1 through 4 (of 4 total)