Viewing 15 posts - 1,051 through 1,065 (of 2,436 total)
Here's my 'short list' for tuning:
Round I
DBCC UPDATEUSAGE
UPDATE STATISTICS (with FULL scan) for all tables
exec sp_recompile for all tables
exec sp_refreshview for all views
Round II
DBCC DBREINDEX
...
October 26, 2006 at 11:38 am
I believe that you should have asked the site owners first.
October 26, 2006 at 11:34 am
Really 'cute' code ... but why ??? just because ???
Give me clarity over cute/compact/tricky code any day !
October 26, 2006 at 10:07 am
James, I think that the bullets are actually talking about 2 different positions. A senior production DBA, 100K and a development DBA specializing in integratino and ETL, 70-80k. I'm guessing...
October 23, 2006 at 11:29 am
WHy not simplify the process even further. You have a SAN for the backups, why not backup directly to a SAN disk ?
October 20, 2006 at 2:30 pm
I just have a few brief points:
Here's a previous editorial discussion that applies somewhat:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=263&messageid=212971
October 20, 2006 at 9:44 am
Here are anumber of general questions that probably need to be answered:
October 19, 2006 at 12:13 pm
Budgets aside.
SQL Server 101 - A SQL Server is a server dedicated to SQL Server alone.
October 19, 2006 at 12:01 pm
Dave, we use Trend on both clients and servers. It really has no really noticable effect on the time needed. The only hiccup I have noticed is that when computer...
October 19, 2006 at 11:48 am
I do not know a great deal about cross-database ownership chaining but you should be able to set things up so one user id can perform the tasks you need...
October 19, 2006 at 11:46 am
First things first. What is your database 'recovery mode' - simple, full or bulk-logged ? Answering this question will partially determine the options and best course of action to take. Next...
October 19, 2006 at 11:36 am
Here's the ordering link: http://www.microsoft.com/sql/prodinfo/previousversions/rs/retailfulfillment.mspx
Once you get your media, a couple more useful links:
http://www.microsoft.com/sql/prodinfo/previousversions/default.mspx
http://www.microsoft.com/sql/prodinfo/previousversions/rs/downloads.mspx
If you cannot wait to start, here's the link for the 120 day trial:
October 19, 2006 at 11:28 am
By the way ... if anyone has a spare "+5 Wand of Network Admin Brainwashing" that they would like to part with I'd be glad to take it off of...
October 19, 2006 at 11:14 am
I have also seen issues with 3rd party/vendor software having connectivity issues with named instances. If the application can handle it, then there is really no difference between a default...
October 19, 2006 at 10:40 am
Viewing 15 posts - 1,051 through 1,065 (of 2,436 total)