Viewing 15 posts - 46,036 through 46,050 (of 49,571 total)
Do you have primary keys (clustered index) on guids? (uniqueidentifier default to NewID())
July 1, 2008 at 12:54 pm
I normally call them direct, but then I work for a MS premier customer.
Google gave me the following kb article that should get you started. It will cost you something...
July 1, 2008 at 7:26 am
Also, during those slow times, query sysprocesses and look for what the wait times and last wait types are.
July 1, 2008 at 7:16 am
Not that I'm aware of.
The power of the machine won't affect the results of the tuning advisor. Only the volumnes of data and the workload trace affect that.
The SQL versions...
July 1, 2008 at 7:14 am
Does the poor performance occur at regular intervals or times?
Best thing would be to run profiler and perfmon during one of the slow periods. The profiler events you want are...
July 1, 2008 at 7:11 am
I think this may be worth opening a case with Microsoft's customer support services. It sounds like you've run into some form of bug.
July 1, 2008 at 7:08 am
But the server in question is running production exchange and file server?
Do you not have a development server somewhere?
July 1, 2008 at 6:08 am
I would strongly recommend that you run the tuning advisor against a copy of your production databse, not your production database itself.
Take a profile of the prod server to serve...
July 1, 2008 at 5:48 am
Why do you want to shrink the log?
If you bring the database online, you will not be able to restore more log backups.
July 1, 2008 at 5:36 am
No replies to this thread please. direct replies to:
http://www.sqlservercentral.com/Forums/Topic526415-24-1.aspx
July 1, 2008 at 5:22 am
Do you perhaps know what patches were installed?
Is there any possibility of uninstalling the updates one at a time until you find the offending one?
July 1, 2008 at 5:09 am
Depends. Is your database in full recovery mode? Do you have log backups scheduled? Are they running?
Do you have transactional replication?
July 1, 2008 at 2:44 am
Did anything change on the server between when the backups worked and now? Did you restore any databases, attach any databases, do anything with msdb?
Can you take a look in...
July 1, 2008 at 2:03 am
Tune the transaction log? I don't fully understand what you're asking?
Are you trying to clear out space in it?
July 1, 2008 at 1:58 am
Books online has a lot of info about the sp_trace procs.
You can also use profiler to generate a script for you. Set up a trace with the events and...
July 1, 2008 at 12:32 am
Viewing 15 posts - 46,036 through 46,050 (of 49,571 total)