Viewing 15 posts - 16 through 30 (of 65 total)
I chose the wrong answer cause I didn't read the question properly. Answered the number of rows returned instead of number of columns. Now I'm just posting to get my...
June 14, 2010 at 4:59 pm
Atif Sheikh (5/9/2010)
By default in database settings it is set to OFF.
But in SSMS --> Tools --> Options, go to Query...
May 9, 2010 at 11:14 pm
The result would depend on the database settings for ANSI_NULLS, if the database settings for ANSI_NULLS is set to ON, then the answer given is correct, but if it is...
May 9, 2010 at 9:41 pm
I choose the right answer "False" but that's because of this statement:
Stored procedures are optimized at creation
Because I believe that stored procedures are only optimized when they are first run,...
March 1, 2010 at 2:56 pm
Sorry, your explanation and answer is only valid for SQL 2000. SQL 2008 requires the time out value to be 0 for the query not to time out. Whilst I...
February 14, 2010 at 2:24 pm
The posts saying if you set SET NOCOUNT ON or SET ROWCOUNT <any value> first is correct, you'll get 0,1 as the answer. unfortunately the question didn't mention anything about...
January 28, 2010 at 11:31 pm
igorg (1/21/2009)
I agree with Warren. In MSDN its clearly written that msdb.restorehistory contains one row for each restore operation.For VERIFYONLY restore option column [restore_type] will contain 'V'
V = Verifyonly
RESTORE...
January 21, 2009 at 3:23 pm
Can I also point that the msdb database data file is Msdbdata.mdf and not msdb.mdf? Just being picky, theoretically the msdb.mdf answer should be incorrect then because sql server 2008...
January 12, 2009 at 1:01 am
While the intention was good (showing new features of SQL Server 2008), I give up on the equivalent vs. same wording. maybe this is an intentional trap that obviously 50%...
September 24, 2008 at 4:59 pm
bitbucket (9/23/2008)
September 23, 2008 at 4:47 pm
Either I read the BOL totally wrong, or you got the answer totally wrong.
The BOL (linked in your answer) says they are equivalent. Unless "equivalent" does not equal to "the...
September 22, 2008 at 10:31 pm
for those of you who says .ldf is log file not data file, please read the question carefully, it asks for database file, not data file. .ldf forms a part...
August 28, 2008 at 4:47 pm
ah, that explains now. thanks for picking that up. We sure find mistakes in BOL (how scary to think how often we refer to it!)
August 7, 2008 at 8:16 pm
Viewing 15 posts - 16 through 30 (of 65 total)