Viewing 15 posts - 256 through 270 (of 455 total)
okbangas (6/4/2012)
sknox (6/4/2012)
danl-971512 (6/4/2012)
It also makes it easier to "blow the lid" off of big-int based sequences especially if a single sequence is used in large or huge tables.
And IDENTITY...
June 4, 2012 at 5:52 pm
danl-971512 (6/4/2012)
It also makes it easier to "blow the lid" off of big-int based sequences especially if a single sequence is used in large or huge tables.
And IDENTITY is better...
June 4, 2012 at 7:53 am
John Mitchell-245523 (5/30/2012)
Hugo Kornelis (5/30/2012)
John Mitchell-245523 (5/30/2012)
I must admit I'm surprised that having SET XACT_ABORT OFF is the default.
I am not. I prefer to be able to handle my errors...
May 30, 2012 at 1:03 pm
There is no direct reference in BoL, but there are plenty of indirect references. From http://technet.microsoft.com/en-us/library/ms174382.aspx for example:
The database master key is a symmetric key used to protect the private...
May 25, 2012 at 7:57 am
Nakul Vachhrajani (5/22/2012)
1. By default SQL does not abort the entire transaction if it encounters a statment-level failure. In this case, the primary...
May 23, 2012 at 8:00 am
archie flockhart (5/22/2012)
And it...
May 22, 2012 at 8:49 am
I take issue with this option:
DBCC CHECKDB can repair corruption if you specify the REPAIR_ALLOW_DATA_LOSS option.
This is not always true (it depends on exactly where the corruption is), and when...
May 17, 2012 at 7:33 am
L' Eomot Inversé (5/10/2012)
Hugo Kornelis (5/10/2012)
Sure, the wording could have been better. I'll immediately agree to that.
But the question clearly asks: "When does a...
May 10, 2012 at 8:34 am
bitbucket-25253 (5/8/2012)
...unfortunately as of this point in time I have an additional 8 QOD scheduled...
FTFY 😀
May 8, 2012 at 6:40 pm
bitbucket-25253 (5/8/2012)
Hugo Kornelis (5/8/2012)
dogramone (5/8/2012)
Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got it wrong.
You...
May 8, 2012 at 11:45 am
Hugo Kornelis (5/8/2012)
dogramone (5/8/2012)
Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got it wrong.
You would...
May 8, 2012 at 7:43 am
Hugo Kornelis (5/3/2012)
May 3, 2012 at 10:18 am
mtassin (5/1/2012)
sknox (5/1/2012)
The problem comes in when you specify some values but leave others at default, as in this scenario, or when you haven't used a feature for a while,...
May 1, 2012 at 2:06 pm
mtassin (5/1/2012)
marlon.seton (5/1/2012)
May 1, 2012 at 11:39 am
ben.kimball (4/26/2012)
Seems a good example of how tired and overloaded SQL syntax has become.
There's no overloading here. The only issue is with people assuming that CASE is overloaded when it...
April 26, 2012 at 8:32 am
Viewing 15 posts - 256 through 270 (of 455 total)