Viewing 15 posts - 241 through 255 (of 470 total)
mar10br0 (8/1/2011)
August 1, 2011 at 7:34 pm
Steve Jones - SSC Editor (8/1/2011)
August 1, 2011 at 12:58 pm
I really like the chaos monkey idea but I don't think it makes senses to do it everywhere. The benefit that Netflix has is that everything is supposed to...
August 1, 2011 at 8:05 am
Attopeu (7/29/2011)
Does anyone know why SQL only generates parallel plan with Adhoc but NOT with stored procedure?
Stored procedures can have parallel plans. Chances are the plans were compiled with...
July 29, 2011 at 2:12 pm
Since SQL identifiers have to start with a letter SQL knows that the "1" can't be the start of a column name and as such has to be a number....
July 29, 2011 at 2:10 pm
Ninja's_RGR'us (7/29/2011)
The difference is that one uses...
July 29, 2011 at 2:00 pm
One option is to create a temp table with the proper collation and use that to sort. Another option is to cast the column as the appropriate collation. ...
July 29, 2011 at 1:41 pm
Is there a particular reason you need it as a char(4)? If there's a reason providing DDL and the execution plan will help us figure out the best...
July 29, 2011 at 1:36 pm
Eric M Russell (7/27/2011)
July 27, 2011 at 12:27 pm
Steve Jones - SSC Editor (7/27/2011)
I'd say GUID, but I don't necessarily want to limit it to that structure. Something that can be a consistent handle to the row.
I don't...
July 27, 2011 at 11:57 am
I could have sworn that there was a function you could run to see if any enterprise features are being used but I can't track it down. If you...
July 22, 2011 at 1:09 pm
I don't know off hand which account SQL will use to access the file, probably the SQL service account, but it may not hurt to make sure account B has...
July 22, 2011 at 12:53 pm
You have a few different options. You can write a VBScript or powershell script to move it, use the move DOS command, or put a third part utility like...
July 22, 2011 at 12:48 pm
I don't know of any memory difference for local versus global temp tables. I wouldn't be surprised if global ones took more resources because they need to be more...
July 22, 2011 at 12:44 pm
The select into could be done outside the dynamic SQL and it should function the same. I hope they know the consequences of not thinking out the table definition....
July 22, 2011 at 12:11 pm
Viewing 15 posts - 241 through 255 (of 470 total)