Viewing 15 posts - 286 through 300 (of 1,187 total)
Thanks for the question. I got it right only because I've seen it work. Not sure why it is allowed, though.
- webrunner
October 11, 2016 at 10:34 am
wtren (10/11/2016)
October 11, 2016 at 8:15 am
Thanks very much for your feedback. We are going to enlist help from Microsoft in addition to my own assessment of our current environment.
- webrunner
October 10, 2016 at 8:29 am
Sean Lange (7/23/2012)
declare @login VARCHAR(30) = 'UserID'
SELECT 'Grant View Definition ON ' + schema_name(schema_id)...
September 29, 2016 at 12:21 pm
Wow, that's some crazy SQL! Thanks for the cool question, though. 🙂
- webrunner
September 29, 2016 at 8:22 am
Thanks, great question.
- webrunner
P.S. I see the following code returns false, true.
SELECT CASE
WHEN (9999 IS NULL)...
September 27, 2016 at 9:04 am
Eric M Russell (9/23/2016)
Yet Another DBA (9/23/2016)
If we have problems with developers running feral in the...
September 23, 2016 at 7:48 am
Steve Jones - SSC Editor (9/22/2016)
I decided not to stoke more fears than necessary.
+1 Great point. In fact, I realize I should not have posted 'Skynet' because 'Skynet' could very...
September 22, 2016 at 3:28 pm
Thanks for the script!
- webrunner
September 21, 2016 at 8:36 am
Thanks for the question, Igor!
I learned something.
- webrunner
September 21, 2016 at 8:31 am
Gary Varga (9/20/2016)
webrunner (9/20/2016)
That's a fairly egregious breach of duty for some IT personnel in this case. The system was installed in 2009, and this event apparently occurred during a...
September 20, 2016 at 9:07 am
That's a fairly egregious breach of duty for some IT personnel in this case. The system was installed in 2009, and this event apparently occurred during a software upgrade in...
September 20, 2016 at 8:36 am
Thanks.
I do prefer the simplicity of simply disallowing divide by zero, instead of treating it as NULL. The usual argument from looking at division as the inverse of multiplication is...
September 9, 2016 at 7:44 am
Viewing 15 posts - 286 through 300 (of 1,187 total)