Viewing 15 posts - 406 through 420 (of 529 total)
That'll teach me to read the rest of the query rather than just jumping in with both feet
As mjschwenger (odd name
April 12, 2005 at 2:01 am
Have you tried rewriting the query to use a join rather than doing it via your current method? SQL will evaluate the new script differently to your current one.
Something like...
April 11, 2005 at 3:06 am
it depends a lot on the server and disk subsystem too, is the mdf on a raid 5 set?
April 8, 2005 at 11:54 am
Congratualtions Frank, you really deserve it
Maybe one day the rest of us will be as clued up as you but for us lesser...
April 8, 2005 at 3:47 am
No ideas (sorry) but please keep us posted as to what MS come back with
April 8, 2005 at 3:17 am
How big is the database that you're backing up?
If it's around the 5GB mark but has very little data in it that would explain why the restore is taking so...
April 8, 2005 at 3:14 am
I've remember seeing this in SQL 7 from time to time, basically it's telling you that it thinks the default filegroup is full (the data file). This sometimes happened (albeit...
April 8, 2005 at 3:09 am
couldn't have explained it any better than that (although I could definately have done a much worse job if you'd have prefered )
April 8, 2005 at 2:45 am
definately a mistype
/3GB
April 7, 2005 at 8:21 am
no problem
You can safely use SQL Enterprise Edition with 4GB; standard was capped at 2GB nomatter what you did. the /3G switch just...
April 7, 2005 at 8:12 am
Not a problem I've ever seen before but in general performance counters normally are unavailable when the perfmon service starts before the SQL instance.
If you have more than one sql...
April 7, 2005 at 8:07 am
Sounds like you just need to attach the database.
From Enterprise Manager
April 7, 2005 at 8:02 am
It sounds as if the backup to the floppy disk (didn't know anyone still used these ) was done directly rather than to...
April 7, 2005 at 7:54 am
It shouldn't be too much of a problem to schedule a backup to a predefined folder (ask whoever is doing the hosting to tell you where to put it).
If you...
April 7, 2005 at 7:49 am
From what I can see you're not doing anything that will cause you problems.
In order to use the extra memory (over 2GB) with sql you're have to add the /3G...
April 7, 2005 at 7:42 am
Viewing 15 posts - 406 through 420 (of 529 total)