Viewing 15 posts - 13,486 through 13,500 (of 15,381 total)
p-nut (11/17/2011)
Sean Lange (11/17/2011)
Dev (11/17/2011)
It would be truly impossible to ensure 100% that you have the exact order every single record is inserted into a table. You could...
November 17, 2011 at 10:40 am
Dev (11/17/2011)
It would be truly impossible to ensure 100% that you have the exact order every single record is inserted into a table. You could devise more and...
November 17, 2011 at 10:16 am
How would this check constraint work in the situation where the insert contains a large subquery or something like that? Does the GETDATE() get generated at the time of insertion,...
November 17, 2011 at 9:59 am
Ninja's_RGR'us (11/17/2011)
Dev (11/17/2011)
Sean Lange (11/17/2011)
Dev (11/17/2011)
Ninja's_RGR'us (11/17/2011)
Tom Brown (11/17/2011)
November 17, 2011 at 9:21 am
Dev (11/17/2011)
Ninja's_RGR'us (11/17/2011)
Tom Brown (11/17/2011)
November 17, 2011 at 9:05 am
For a single insert they will all have the exact same value. This is easy enough to test. Here is a simple 10 million row table. The insert takes about...
November 17, 2011 at 9:00 am
There are two types of transactions (explicit and implicit). explicit are the ones your boss is discussing. These are the ones that are instantiated as a result of tsql being...
November 17, 2011 at 8:46 am
p-nut (11/17/2011)
Cadavre (11/17/2011)
p-nut (11/17/2011)
November 17, 2011 at 8:35 am
p-nut (11/17/2011)
Dev (11/17/2011)
I will...
November 17, 2011 at 7:58 am
I agree that windows authentication would be ideal but what do you mean you have the password in global asa? Is it in your connection string? The number of pages...
November 17, 2011 at 7:50 am
Dev (11/17/2011)
I did my best to explain why it should not be used and was met with the same response. I got on the phone about 10 minutes...
November 17, 2011 at 7:20 am
I don't think you need a cursor for this at all. Given the skeleton you posted there is nothing to indicate the need for a cursor.
And why are you...
November 16, 2011 at 3:43 pm
What do you mean by connect your query?
November 16, 2011 at 12:32 pm
GSquared (11/16/2011)
Brandie Tarvin (11/16/2011)
Dev (11/16/2011)
Now I'm curious. Since when is the use of NOLOCK a best practice?
This is cross-question. This is what I suggested to Ashu. 😀
But what...
November 16, 2011 at 12:30 pm
Please don't cross post. Direct replies to the original thread. http://www.sqlservercentral.com/Forums/Topic1207019-1063-1.aspx
November 16, 2011 at 12:13 pm
Viewing 15 posts - 13,486 through 13,500 (of 15,381 total)