Viewing 15 posts - 1,036 through 1,050 (of 18,926 total)
Dev (11/16/2011)
I had one of those. I sat down with the architect and explained to him what NoLock actually did and what effects it could have. The standards...
November 16, 2011 at 10:29 am
Michael Valentine Jones (11/16/2011)
Since this has been available since the release of SQL...
November 16, 2011 at 10:13 am
Stefan Krzywicki (11/16/2011)
L' Eomot Inversรฉ (11/16/2011)
Ninja's_RGR'us (11/16/2011)
Brandie Tarvin (11/16/2011)
Ninja's_RGR'us (11/16/2011)
CIA is intechangable with many agencies! ๐
Dangnabbit! You caught me. Yes, I do work for the Celestial Intervention Agency...
Darned humans. You're...
November 16, 2011 at 10:05 am
DDS requires enterprise version.
There's a way to fake that in standard but it's a pita.
November 16, 2011 at 10:02 am
Steve Malley (11/16/2011)
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
at the beginning of predominantly read-only stored procs. That way, you don't need the...
November 16, 2011 at 10:01 am
That's why I only agree to come in solo or team lead :-D.
November 16, 2011 at 9:41 am
Brandie Tarvin (11/16/2011)
Ninja's_RGR'us (11/16/2011)
CIA is intechangable with many agencies! ๐Dangnabbit! You caught me. Yes, I do work for the Celestial Intervention Agency...
Darned humans. You're too clever by half.
Tell us something...
November 16, 2011 at 9:40 am
Maybe that could become a an new db or server option.
SET BAN_READUNCOMMITTED = ON.
And then it just ignores it with a printed warning or something. :hehe:
November 16, 2011 at 9:40 am
CIA is intechangable with many agencies! ๐
November 16, 2011 at 9:37 am
Brandie Tarvin (11/16/2011)
If so, I urge you to to move the updates, inserts and deletes to a completely different...
November 16, 2011 at 9:36 am
Brandie Tarvin (11/16/2011)
Dev (11/16/2011)
ashuthinks (11/16/2011)
i knew that if i don't use NOLOCK i will definitely get a deadlock so for successful
execution i need to use...
November 16, 2011 at 9:34 am
Phil Parkin (11/16/2011)
What about FROM, JOIN & TRAN? [BigGrin]
And, especially around the middle of the afternoon, or when you accidentally pressed F5 while connected to production, DUMP.
DUMP or DROP...
November 16, 2011 at 9:09 am
krishikrish (11/16/2011)
Ninja's_RGR'us (11/16/2011)
krishikrish (11/16/2011)
Yes, i can and tables do get created when I run the queries given in the install logs manually. Must be a connection issue only. But...
November 16, 2011 at 8:51 am
krishikrish (11/16/2011)
Yes, i can and tables do get created when I run the queries given in the install logs manually. Must be a connection issue only. But how and...
November 16, 2011 at 8:45 am
Can you change the default parameter to take there values from a query?
Then have that query change the output based on the time of day.
Worse comes to worse, maybe you...
November 16, 2011 at 8:44 am
Viewing 15 posts - 1,036 through 1,050 (of 18,926 total)