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?
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.
July 10, 2009 at 1:45 pm
Darn it Lynn that's twice today!
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...
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...
July 10, 2009 at 12:26 pm
Luiz (7/10/2009)
All suggestions here are...
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/...
July 10, 2009 at 10:47 am
CirquedeSQLeil (7/10/2009)
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...
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...
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...
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...
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...
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...
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...
July 10, 2009 at 8:35 am
Viewing 15 posts - 4,741 through 4,755 (of 9,643 total)