Viewing 15 posts - 21,526 through 21,540 (of 26,484 total)
bruce.trimpop (4/14/2009)
Matt Whitfield (4/14/2009)
bruce.trimpop (4/14/2009)
April 14, 2009 at 9:11 am
We need the DDL for the tables and some sample data for the tables (in a readily consumable format). The sample data should have data that should be deleted...
April 14, 2009 at 8:58 am
dbishop (4/14/2009)
April 14, 2009 at 8:54 am
Jeff Moden (4/14/2009)
Lynn Pettis (4/13/2009)
April 14, 2009 at 8:37 am
yulichka (4/14/2009)
The statement has been terminated.)
My code:
SET...
April 14, 2009 at 8:29 am
There are several of us who would take on the challenge of attempting to rewrite a cursor based solution as a set based solution. If you take up the...
April 14, 2009 at 8:26 am
Check out the code in this post.
There I have one method being used. If you read the following post, you will also notice I did a second run making...
April 14, 2009 at 7:59 am
yulichka (4/14/2009)
April 14, 2009 at 6:40 am
As you are currently using SQL Server 2005, I'd certify on that platform first. You can upgrade your cert as you migrate to SQL Server 2008. If I...
April 13, 2009 at 10:38 pm
I made a slight change to the data loaded. I kept the data the same in both tables this time and here are the statistics io and time for...
April 13, 2009 at 10:17 pm
I guess I didn't do a good job of explaining what I found. I rewrite the code some, and it is posted below along with the statistics time and...
April 13, 2009 at 10:05 pm
In my blog, th flip side, I mention that the post should be concise yet detaled. Sort of an oxymoron, but it works.. The code should be well formatted...
April 13, 2009 at 5:46 pm
Here is my take. When you look at your post, could someone with no knowledge of the problem domain understand the problem you are presenting. If so, then...
April 13, 2009 at 4:32 pm
Flo,
If you check my code, I created the temporary table (#TestData) with definition defined as nvarchar(4000) and when loading it, I selected records where the length of definition was <=...
April 13, 2009 at 4:17 pm
Viewing 15 posts - 21,526 through 21,540 (of 26,484 total)