Viewing 15 posts - 61 through 75 (of 205 total)
I've been building databases since I started working with PFS File in the 1980's. :w00t:
It seems like there is a literal meaning for NULL, which is "unknown", and a practical...
August 22, 2013 at 11:50 am
User defined server roles looks interesting. Thanks for the question Steve.
A minor correction is needed on the reference. It points to fixed server-level roles not user defined and...
August 9, 2013 at 6:22 am
Thanks for the question.
Here's an interesting read on the use of VIEW DEFINITION permissions instead of encryption.
Options For Hiding SQL Server Code[/url]
Enjoy!
August 1, 2013 at 7:09 am
Nice question Steve!
So far, the most chosen wrong answer is: CHECKINTEGRITY. :hehe:
Which, of course is not a valid DBCC check. :w00t:
July 31, 2013 at 6:34 am
Would you like to work in a place where the more talented people rise faster than the average worker, regardless of seniority, friendliness with management, or any other non-skill...
June 14, 2013 at 7:19 am
sdhamani1020 (6/13/2013)
However , the table with revenue id , does bring up lot of related...
June 14, 2013 at 6:53 am
This will be pretty hard to answer definitively without having a lot more information about all the tables and fields in the database.
Totally grasping at straws, I'm wondering if the...
June 13, 2013 at 1:36 pm
Sometimes extra characters are included when copying and pasting code from SSC. You can try pasting the code into something like Notepad first and then copying from Notepad to...
June 11, 2013 at 8:43 am
I've been using sp_Blitz for a while and love it! It's an invaluable tool that no DBA should be without.
A minor correction: The article mentions version 16 as...
May 29, 2013 at 6:36 am
Nice follow up Hugo. I didn't over-think it today. 😉
A minor typo in the explanation.
"... As soon as one evaluates to True, the corresponding ELSE is returned. ..."
ELSE...
May 15, 2013 at 7:50 am
Thanks for the excellent question Hugo.
At first I thought the trick was that we don't know if the ValueCol was an integer or varchar data type. I almost over-thought...
May 14, 2013 at 7:43 am
Hugo Kornelis (5/10/2013)
Try using c.max_length instead of t.max_length.The column t.max_length is the maximum for the type (varchar); c.max_length is the maximum for this specific column.
Ah, that's more like it. ...
May 10, 2013 at 7:03 am
Nice question! I had to guess the correct answer. According to the script below the correct answer may not be so simple.
-- Code from the QotD
select * into...
May 10, 2013 at 6:48 am
Thank you so much Lowell and Lynn. I'll give both of these a try and see if there is any difference in the query plan.
Enjoy!
Dave
April 9, 2013 at 6:56 pm
marcia.j.wilson (3/12/2013)
March 12, 2013 at 11:39 am
Viewing 15 posts - 61 through 75 (of 205 total)