Viewing 15 posts - 4,741 through 4,755 (of 9,643 total)
You sound screwed to me. Do you still have the database on the USB drive? What happens if you use that and attach it on another SQL Server?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 1:51 pm
Hey, I have what seems like a relatively easy upgrade. Need to add Twitter account to the Contact information.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 1:45 pm
Darn it Lynn that's twice today!
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 1:37 pm
Those stats aren't too bad. I would say that you should definitely have other indexes besides the clustered index, but no one can tell what you should have for...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 1:36 pm
Well if you know how many processors are in your server then running
xp_msver 'ProcessorCount'
And dividing the number retuend by the # of processors you'll get the cores as that code...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 12:26 pm
Luiz (7/10/2009)
All suggestions here are...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 11:53 am
If you are really running SQL Server 2005 then as Lowell mentions there are better ways to get this information using the DMV's and DMF's available. Here's a [url=http://www.sqlservercentral.com/articles/DMV/64425/...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 10:47 am
CirquedeSQLeil (7/10/2009)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 10:44 am
How do you run a server side trace? What and should I do to set this up?
Start by reading this.
Where can we look for the default trace information? How...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 10:29 am
First I have to ask why are you rebooting weekly? I've even had SQL 7.0 boxes go months without needing a reboot.
As far as I know indexes are not...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 10:23 am
Guess I was too slow, as usual.
Lynn has an interesting solution, but I'm not sure I'd want to count on the alert to fire a backup.
Another thought is that I...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 10:17 am
I understand that this would reduce the # of files you need to restore in order to restore the database, but is it really worth it?
If you run a trace...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 10:14 am
A couple of questions:
Do you have other reports on that reportserver that are working fine?
What else is running on the server at that time?
I'd run a server-side trace overnight to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 9:30 am
Terry,
I have to agree with kramaswamy on this one. By OR'ing in the WHERE clause there is the likelihood that you will not be able to do an index...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 9:18 am
In order to eliminate the IF...ELSE we need to know what you would expect returned and in order to know that it would be helpful if you posted some sample...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 10, 2009 at 8:35 am
Viewing 15 posts - 4,741 through 4,755 (of 9,643 total)