Viewing 15 posts - 136 through 150 (of 230 total)
Ed Wagner (10/11/2016)
October 11, 2016 at 5:32 am
This is a quite uesful anomaly. It allows for easy cut'n'paste between table creation scripts, without worrying about deleting any trailing commas or having commas between constraints.
October 11, 2016 at 12:38 am
Nice'n'easy!
Funny part in the docs:
[ @language = ] 'language'
Can be any supported language that has been registered by using xxx. language is sysname.
Valid values are 'R'.
How do I invoke xxx?:-P
October 7, 2016 at 12:48 am
Nice question, but the correct answer is as usual: "It depends". In this case on the setting of ANSI_NULLS.
September 26, 2016 at 12:34 am
Good question, but a small nit-pick:
"The syntax of the batch is correct" is not really an output of the batch, but the conclusion of the parser. That message doesn't appear...
September 23, 2016 at 12:23 am
shaneoneillis (9/15/2016)
Interesting how it fails with no error, thanks Steve!
Disregarding the fact that it doesn't, of course...:-P
September 15, 2016 at 2:46 am
Mighty (9/15/2016)
+1Reading this question, it seems logical to assume that there is a record with id 2.
And also assume that it's original value for the HireDate falls within the CHECK...
September 15, 2016 at 1:51 am
Magnus Ahlkvist (9/15/2016)
When I try to update a view (defined using WITH CHECK OPTION) with a value which makes the row fall outside...
September 15, 2016 at 1:34 am
In addition to the previous, the padding has changed on SQL 2016. It will pad with 0000, 3333 or 6667, depending on the value of the DATETIME. I suppose that...
August 26, 2016 at 12:29 am
And once again, Steve's proof-reading skills prove somewhat lackadaisical 😛
August 23, 2016 at 12:01 am
Wouldn't this depend on whether the limit is set with MAX_CPU_PERCENT or CAP_CPU_PERCENT?
May 12, 2016 at 2:56 am
Stewart "Arturius" Campbell (4/15/2016)
Rune Bivrin (4/15/2016)
Is it only me who thinks Steve's error quota for QotD has risen...
April 15, 2016 at 2:51 am
Viewing 15 posts - 136 through 150 (of 230 total)