Viewing 15 posts - 1 through 15 (of 19 total)
Well, while I agree that security is most important reason, the other two options could be true as well.
September 26, 2014 at 4:20 am
I have mentioned blog posts in answer description, but didn't want to link them there and just put BOL page as reference.
Here are a few links here:
http://blog.sqlauthority.com/2009/01/04/sql-server-2008-change-color-of-status-bar-of-ssms-query-editor/[/url]
http://www.mssqltips.com/sqlservertip/1871/customizing-the-status-bar-for-each-sql-server-ssms-connection/[/url]
http://www.sqlservercentral.com/articles/Management+Studio+(SSMS)/101920/[/url]
and if you...
June 24, 2014 at 12:46 am
The logic behind the question suggest that the `backuplist` is subset of `databases`, and that FK should be created on `backuplist` to reference `databases`. Check query seems to support that,...
April 14, 2014 at 2:04 am
milos.radivojevic (2/25/2014)
I had many situations that stored procedures perform some unexpected reads and I/O activities because someone forgot some SELECTs after the SPs BEGIN/END boundary. A common case is...
February 25, 2014 at 5:12 am
So if Disney gives Mickey Mouse the ability to fly, every member of The Mickey Mouse Club gains the same ability. Interesting, and entirely confusing.
Yes, but Mickey Mouse and Mickey...
October 31, 2013 at 10:11 am
Hugo Kornelis (9/7/2013)
As for the first option - where would this p come from? I have no idea what reasoning could lead...
September 9, 2013 at 1:06 am
You haven't read it carefully. It says: "If a table name is aliased, only the alias name can be used to qualify its columns in the ORDER BY clause."
So this...
July 15, 2013 at 12:58 am
L' Eomot Inversé (6/7/2013)
silly comments like the above.
Hugo Kornelis (6/8/2013)
Nonsense.
Since I received such a harsh words from two respectable members of SSC, I feel like adding a...
June 10, 2013 at 9:51 am
From BOL http://msdn.microsoft.com/en-us/library/ms187912(SQL.100).aspx
Avoid using float or real columns in WHERE clause search conditions, especially the = and <> operators.
Should be "Avoid using float or real columns." Period. Exclamation mark.
This...
June 7, 2013 at 2:12 am
paul.knibbs (5/9/2013)
May 9, 2013 at 2:26 am
Toreador (5/9/2013)
If a column is referenced in a subquery that does not exist in the table referenced by the subquery's...
May 9, 2013 at 1:30 am
Sergiy (4/29/2013)
As you can guess the question came from practical experience when developers were puzzled with "odd" behaviour of SQL Server.
Had to build this sample script...
April 30, 2013 at 1:26 am
Well, the question is obviously wrong - inverted. Based on the explanation and BOL, question is probably missing a words "do not" and instead of "Which of the following hints...
April 29, 2013 at 2:24 am
Thank you all for your comments. I am glad to hear you liked the question, as this is first time I am posting one. Idea for this came up after...
April 24, 2013 at 8:44 am
kapil_kk (4/23/2013)
I was not aware of the fact that after making
SET IDENTITY_INSERT dbo.Test OFF;
identity value gets incremented. I am confused now as what is the purpose of making...
April 24, 2013 at 1:38 am
Viewing 15 posts - 1 through 15 (of 19 total)