Viewing 15 posts - 39,736 through 39,750 (of 49,571 total)
Jeffrey Williams (4/15/2009)
http://www.sqlservercentral.com/Forums/Topic697843-146-1.aspx#bm697863
Really -...
April 15, 2009 at 2:03 pm
Did you update statistics after the upgrade?
There's no need to bump your post after just a few hours. This is not a chat room, also some people are away due...
April 15, 2009 at 1:59 pm
btb1977 (4/15/2009)
We've got a database that is facing massive time out issues since the upgrade from SQL 2005 from SQL 2000.
Did you update all statistics after the upgrade?
For composite...
April 15, 2009 at 1:56 pm
Maybe. Could you show a few sample queries? (use profiler/SQL Trace to get a sample workload if you don't already have one)
April 15, 2009 at 10:04 am
Is there any combination of columns that's frequently filtered on?
April 15, 2009 at 9:55 am
It depends on the reason that the DB is suspect. Please have a look at the SQL error logs for any errors that refer to that database. Post them here.
Do...
April 15, 2009 at 9:48 am
Then check other jobs that run at the same time. I don't know if it's possible to have custom scripts in a maint plan, if so check them. SQL won't...
April 15, 2009 at 8:09 am
Chris Morris (4/15/2009)
Anyone for pork chops?
I love it when people are dead wrong with complete confidence.
April 15, 2009 at 7:41 am
Chris Morris (4/15/2009)
krayknot (4/15/2009)
If you are using any variable(s) as an OUTPUT varialbe in stored procedure, it means that variable will carry the output of the stored procedure.
Are you...
April 15, 2009 at 7:33 am
Is this an existing app, or one in planning?
If it's existing, I would suggest you trace the server for a couple hours and see what the most common queries are,...
April 15, 2009 at 7:31 am
Probably because somewhere in the backup job there's code that switches the recovery model to simple and back to full. SQL won't just change the recovery model by itself. If...
April 15, 2009 at 7:26 am
Maybe I'm missing something, but why is it a concern which it is? If you know the material, case study or no case study shouldn't matter.
April 15, 2009 at 6:29 am
montgomerybrothers (4/15/2009)
So is there anyway to add rep or give points on this board?
No. Points here are purely from posting and from answering the Question of the Day.
April 15, 2009 at 6:13 am
Can you at least post the DDL for Request and Request type, including indexes, and the query in question?
By the looks of the screen shots this is a SQL 2000...
April 15, 2009 at 6:11 am
samartel (4/15/2009)
April 15, 2009 at 6:08 am
Viewing 15 posts - 39,736 through 39,750 (of 49,571 total)