Viewing 15 posts - 39,661 through 39,675 (of 49,552 total)
magarity kerns (4/18/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 4:47 am
Works fine for me.
Exactly what command are you typing? (note that the <Database name> is just a placeholder for the name of the DB that you're changing.)
What does SELECT @@Version...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 4:08 am
SQL Server doesn't use VBScript.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 4:00 am
Duplicate post. No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic699960-146-1.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 4:00 am
Sorry, left out an =
ALTER DATABASE <database_name >
SET COMPATIBILITY_LEVEL = 90
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 3:52 am
magarity (4/18/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 3:51 am
paul.starr (4/17/2009)
any info on really good interview questions for a sql server dba?
Memorising questions and answers is not going to help you pass an interview. You need to be familiar...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 2:34 am
From Books Online:
sys.dm_exec_plan_attributes
User_ID
Value of -2 indicates that the batch submitted does not depend on implicit name resolution and can be shared among different users. This is the preferred method....
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 2:33 am
ALTER DATABASE <database_name >
SET COMPATIBILITY_LEVEL 90
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 2:29 am
Alvin Ramard (4/17/2009)
Lynn Pettis (4/17/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 2:29 am
naimish_2005 (4/17/2009)
I have only downloaded ebook only from a ebook sharing website. It doesnt include the simulator.
So go any buy it. It's well worth the small amount of...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 2:28 am
Set them all to whatever the default is (Books online should tell you that)
From SQL 2000 onwards you should just be using the recovery models (full, bulk logged and simple)...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 2:23 am
SQL 2000, SQL 2005 or SQL 2008?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 18, 2009 at 2:19 am
Ignore that setting and don't mess with it. It's there only for backward compatibility (SQL 7 and earlier I think), it is deprecated, it will be removed in future versions.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 17, 2009 at 2:36 pm
I would suggest that you buy the Self-paced training kit from MS Press. It's quite a good coverage of the exam topics.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 17, 2009 at 2:28 pm
Viewing 15 posts - 39,661 through 39,675 (of 49,552 total)