Viewing 15 posts - 3,916 through 3,930 (of 5,685 total)
tkacyndra (2/22/2011)
basically, anytime i update a table, i need to copy the row to a history table and then do the update on the main...
February 22, 2011 at 12:41 pm
Steve Jones - SSC Editor (2/22/2011)
February 22, 2011 at 12:35 pm
Koen Verbeeck (2/22/2011)
Craig Farrell (2/22/2011)
Koen Verbeeck (2/22/2011)
Craig Farrell (2/22/2011)
You create a foreach loop...
February 22, 2011 at 12:27 pm
ken.trock (2/22/2011)
select...
February 22, 2011 at 12:26 pm
Koen Verbeeck (2/22/2011)
Craig Farrell (2/22/2011)
You create a foreach loop (the way that's built...
February 22, 2011 at 11:58 am
I assume you've dropped it to a Recordset Destination? The short answer is: you can't, not easily.
You create a foreach loop (the way that's built in to work with...
February 22, 2011 at 11:48 am
Rich Yarger (2/22/2011)
- min server memory / max server memory = 4gb
- Virtual Memory Partition...
February 22, 2011 at 11:44 am
MAXDOP set at the server is the default, not an override.
How are the problem queries being called, do you know the specific calls causing the issue (DBCC INPUTBUFFER), what are...
February 22, 2011 at 11:16 am
Jeff Moden (2/21/2011)
Umm... nope... I believe that's a problem, as well.<snip proof>
The only way to do this using the same Temp Table name is with dynamic SQL.
Dangit, you're right. ...
February 21, 2011 at 5:19 pm
coder_t2 (2/21/2011)
February 21, 2011 at 2:19 pm
Ever notice as soon as you close a window and start looking as something else little things seem to come back to you?
I believe this is what you're looking for...
February 21, 2011 at 1:19 pm
Mike, I think you might have oversimplified your examples.
I'm assuming the real code doesn't PRINT the results, but does something with them. What would that be?
February 21, 2011 at 1:12 pm
Deeby, can you post your actual code? It may have to do with your methodology.
If I'm right, you're getting something like the results of this:
SELECT 'abc' AS txt INTO...
February 21, 2011 at 1:09 pm
AJ-636201 (2/21/2011)
Hey Thanks Creig,So such a query can not be improved, there will always be an index scan.
So i think i got my answer:crying:
Thanks
Well, that's a new spelling... 🙂 ...
February 21, 2011 at 1:03 pm
AJ-636201 (2/21/2011)
So is there...
February 21, 2011 at 12:30 pm
Viewing 15 posts - 3,916 through 3,930 (of 5,685 total)