Viewing 15 posts - 211 through 225 (of 330 total)
twin.devil (9/30/2016)
Nice and easy question. Had a scratch due to the typo.Thanks for sharing Steve.
+1 🙂
Nice explanation the OUTPUT clause is in: https://www.simple-talk.com/sql/learn-sql-server/implementing-the-output-clause-in-sql-server-2008/
September 30, 2016 at 7:27 am
George Vobr (9/29/2016)
colin.frame (9/29/2016)
The puzzle for me was where the extra decimal places came from in the AVG result....
September 29, 2016 at 6:37 pm
colin.frame (9/29/2016)
The puzzle for me was where the extra decimal places came from in the AVG result. I've...
September 29, 2016 at 6:35 pm
colin.frame (9/29/2016)
September 29, 2016 at 6:20 am
As the output a message of the parser in the query result window? :unsure:
(a small nit-pick...) 😉
September 23, 2016 at 4:39 am
An interesting QotD, but it was necessary to proceed slowly and cautiously to find the right answers...:hehe:
Thanks Carlo for thoughtfully prepared question and good references.
September 22, 2016 at 6:36 am
Thanks Igor for this question. It made me diligently googled and study
SQL Server Hardware e-book from Glenn Bery and more. Then I found the correct
answer in an article on...
September 21, 2016 at 8:15 am
Formulation of the question makes me a bit confused. Which transaction isolation level is NOT available to transactions running
in the master and msdb databases? For the DB administrator, all...
September 20, 2016 at 4:22 pm
Practical for use is that the second parameter may have also a negative value,
thanks for this seemingly simple question Nagaraj. 🙂
September 19, 2016 at 6:44 am
Interesting question and even more interesting answer, thanks Steve 🙂
The answer "The row is not updated and no error is returned."
should rather be listed as: "No row is not...
September 15, 2016 at 4:57 am
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
Viewing 15 posts - 211 through 225 (of 330 total)