Viewing 15 posts - 211 through 225 (of 319 total)
Thanks Steve, a good opportunity to repeat the Query Hints.
I can't forgive join this beautiful article from one gentleman
who was recently as a subject in the QotD. ...
September 13, 2016 at 11:23 am
Thanks for an interesting question Steve.
The reference MSDN catalog.start_execution (SSISDB Database) gives only an example
with the parameter N'LOGGING_LEVEL'. The use of other parameters is well explained here:
or here:
September 12, 2016 at 6:31 am
Hmm, interesting, numeric_expression 0.5 - 0.9 cannot be with the ROUND function directly rounded.
SELECT ROUND (0.4, 0);
SELECT ROUND (0.5, 0);
Results
---------------------------------------
0.0
(1 row(s) affected)
---------------------------------------
Msg 8115, Level 16, State 2, Line 9
Arithmetic overflow...
September 9, 2016 at 5:04 am
Thanks Steve for this good question. Quite it was useful to repeat
a little something from the SQL Server Security Functions.;-)
September 7, 2016 at 6:03 am
RonKyle (9/6/2016)
September 6, 2016 at 8:45 am
That Grant is "really lazy" and Scary DBA, evidenced by its rich publishing
activity and his excellent book "SQL Server Execution Plans" and more.
So let his laziness will continue, we...
September 5, 2016 at 5:15 am
I do not regret that I have got it wrong. I learned something new, thanks Andy. 🙂
The question has been imprecise specified, because only SQL Server Enterprise Edition
supports Data...
September 2, 2016 at 1:03 pm
Mike Hays (9/1/2016)
Good Question, I almost tripped up on that one, attempted to over think it...
+1;-)
Interesting question, thanks Sergey 🙂
September 1, 2016 at 12:53 pm
I didn't have it easy, but I learned something new, thanks Steve.
Qotd from 2016/08/31 was brilliant, because all the first three answers were right... 😉
The first error was, that...
August 31, 2016 at 6:00 pm
The question is worded imprecise, and possible answers do not match with
the documentation listed in the reference. I guess it may be in the thorough
preparation for the vacation, all...
August 29, 2016 at 6:53 am
paul.knibbs (8/24/2016)
August 24, 2016 at 6:23 am
Thanks Steve for this question. It wasn't quite simple...:-)
An interesting problem of differences in the rounding of the data type float
vs. numeric is possible to see if you run this...
August 23, 2016 at 9:26 am
Thanks Steve for this question, interesting is there a more things, such as
DBCC CLONEDATABASE is only for version SQL Server 2014 SP2.
In SQL Server 2016 is not yet, or...
August 19, 2016 at 7:01 am
The Dixie Flatline (8/18/2016)
August 18, 2016 at 6:33 pm
Viewing 15 posts - 211 through 225 (of 319 total)