Viewing 15 posts - 46 through 60 (of 173 total)
Are you running a multicore processor machine? If so the article below should solve your problem:
December 16, 2010 at 1:41 pm
GSquared (11/19/2010)
Just about any documentation on SSIS will tell you how to do this. Just Bing/Google/whatever "ssis export excel"...
November 19, 2010 at 10:18 am
GSquared (11/19/2010)
A proc? No. SSIS can do that easily.
Can you reference an SSIS article that outlines how to accomplish this?
November 19, 2010 at 9:54 am
Thanks for all of your inputs...
RESTORE DATABASE mydatabase
FROM DISK = @Backup
WITH REPLACE, RECOVERY
fixed the issue. Again thanks.
November 11, 2010 at 3:43 pm
GilaMonster (11/11/2010)
That should be fine. Check sys.dm_exec_requests, see what the wait type is.
The wait_type is NULL.
At this point is it okay to just drop it and attempt to re-restore using...
November 11, 2010 at 8:20 am
GilaMonster (11/11/2010)
Huh? That's not even valid syntax.
Sorry Gail, I edited the syntax.
November 11, 2010 at 7:47 am
GilaMonster (11/11/2010)
ps. (11/11/2010)
was the instance restarted? if yes it may take a while to roll forward transactions which depends on certain configuration settings.
That's recovering, not restoring.
The DB will go into...
November 11, 2010 at 7:21 am
GilaMonster (11/11/2010)
MostInterestingMan (11/11/2010)
I have a database stuck in 'restoring' but there is no restore progress in the sql logs. Should I just let it continue?
Was this DB restored from...
November 11, 2010 at 7:03 am
GilaMonster (10/12/2010)
MostInterestingMan (10/12/2010)
Note that the DB with the 7gb log file is now in FULL recovery.You do have log backups scheduled?
Yes.
October 12, 2010 at 4:35 pm
GilaMonster (10/12/2010)
MostInterestingMan (10/12/2010)
I will shrink the file and set auto shrink on the database options page.
Good idea, if you want to absolutely cripple database performance, fragment your indexes to hell...
October 12, 2010 at 4:17 pm
GilaMonster (10/12/2010)
MostInterestingMan (10/12/2010)
October 12, 2010 at 3:38 pm
GilaMonster (10/7/2010)
MostInterestingMan (10/7/2010)
October 12, 2010 at 3:28 pm
GilaMonster (10/8/2010)
Under 24 pages, an index rebuild will likely do nothing at all. It's generally considered that 1000 pages should be about the...
October 8, 2010 at 7:46 pm
MostInterestingMan (10/8/2010)
GilaMonster (10/8/2010)
Update stats has nothing to do with index fragmentation, so running a stats update won't do a thing to the index...
October 8, 2010 at 8:33 am
GilaMonster (10/8/2010)
Update stats has nothing to do with index fragmentation, so running a stats update won't do a thing to the index fragmentation...
October 8, 2010 at 8:08 am
Viewing 15 posts - 46 through 60 (of 173 total)