Viewing 15 posts - 39,121 through 39,135 (of 49,552 total)
Florian Reischl (5/13/2009)
Since Klingons have their own Google...
Awesome. I know what google I'm going to use when I have to do a search for someone here now.
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
May 13, 2009 at 2:53 pm
Steve Jones - Editor (5/13/2009)
I'd also suggest you go 64bit at this point on your machines. Especially with VMs.
Agreed, and if you're going to be using VMs and SQL, get...
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
May 13, 2009 at 8:11 am
Run it often enough so that should it find corruption you can restore backups to fix it.
Once a week is often a good place to start.
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
May 13, 2009 at 7:37 am
Can you stop the SQL Server for a short while?
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
May 13, 2009 at 7:28 am
I'm guessing that SQL's making a bad estimate based on that top. Not sure why. Can you post the two execution plans? (Saved as .sqlplan files, zipped and attached)
Suggestion on...
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
May 13, 2009 at 7:14 am
Is the BuiltIn\Administrators group there? Is it sysadmin?
Are you a member of the Local Administrators group on that server?
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
May 13, 2009 at 6:12 am
Jeff Moden (5/12/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
May 13, 2009 at 3:53 am
Ok
Someone started a transaction on the 7th May and hasn't committed or rolled it back. You can either kill session 66, or find out who's running it (using sys.dm_exec_sessions) and...
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
May 13, 2009 at 3:45 am
Take a look at this url: http://www.microsoft.com/learning/mcp/certifications.mspx
As for sample questions, most of the stuff that you'll find online (testking and the likes) are braindumps, questions taken from the actual exam...
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
May 12, 2009 at 10:31 pm
Yes.
Mirroring is per database, not at a server level. The system databases on the two servers are completely independent.
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
May 12, 2009 at 10:29 pm
John Najarian (5/12/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
May 12, 2009 at 10:27 pm
WayneS (5/12/2009)
Most index scans that are still going on appear to be over a range of the index, not the entire index.
Index scans always read the whole index. They...
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
May 12, 2009 at 10:25 pm
May I suggest that you spend some time reading Books Online, especially the sections on backup and restore?
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
May 12, 2009 at 10:22 pm
Alvin Ramard (5/12/2009)
And now, live from the Memphis PASS Chapter meeting, heeeeeeeeeeeere's Bob Hovious.Bob
Bob .......
Bob???
BOB!!!!!
Where are you Bob?
Computer, locate Bob Hovious.
<Computer voice>
Bob Hovious is not within sensor range.
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
May 12, 2009 at 1:38 pm
kwilthew (5/12/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
May 12, 2009 at 1:00 pm
Viewing 15 posts - 39,121 through 39,135 (of 49,552 total)