Viewing 15 posts - 21,946 through 21,960 (of 39,824 total)
That does sound like an issue with the blocks or files. I would definitely have the SAN guys double check and be sure that all firmware/drivers are up to...
October 20, 2009 at 6:49 am
That seems like a lot of VLFs, but I'd like to know what Gail and others think.
Are you planning on letting that run to finish? (the restore)
October 19, 2009 at 4:59 pm
Yes, Bru is correct.
If you are installing the core engine, database services, these are completely separate. Separate folder for files, dbs, separate registry and services. You can apply SPs to...
October 19, 2009 at 2:49 pm
There might be a better way, but I'd actually use a HAVING clause and a union.
select count(1) as Total, Category
from manager
group by Category
...
October 19, 2009 at 10:25 am
good luck. Not sure what to do here. I lean towards calling MS since everything else might cause more issues. That at least provides some CYA to you if things...
October 19, 2009 at 10:11 am
nope, downtime required, but you could script this and do it relatively quickly during off hours.
I'd script it from the command line using osql, detach the db, then copy the...
October 19, 2009 at 10:10 am
Can you start the instance in single user mode?
Also, any chance you can script out logins and rebuild master, then add them back? It sounds almost like a master database...
October 19, 2009 at 9:54 am
It sounds like something is messed up. The MSDE isn't a default as well by any chance, is it?
I know SP4 was quick, but not that quick. Does SP4 ask...
October 19, 2009 at 9:53 am
You should be fine, but don't install any non-instance aware items, such as client tools or SSIS. They might overwrite what's there.
October 19, 2009 at 9:45 am
The application log won't help you with services. You need to check the system log.
October 19, 2009 at 9:03 am
I've typically done the work myself, but there was a case where we were stuck. In a large shop, we had a Microsoft TAM and contacted him. He arranged for...
October 19, 2009 at 9:01 am
Mine have typically been good. In small companies, I've usually worked closely with them, and had us backing up each other. In larger companies, often the DBA has been a...
October 19, 2009 at 8:54 am
the name of servers or databases? Are you centralizing backups from multiple servers?
VBScript/Powershell might be the easiest way. you can write a script to delete files older than some date.
Here's...
October 19, 2009 at 8:50 am
In query analyzer, file | open, choose the file.
If you have multiple files to run, you can script this using isql/osql in a batch file. Enter each one as a...
October 19, 2009 at 8:30 am
Did you check the event logs for errors?
October 19, 2009 at 8:28 am
Viewing 15 posts - 21,946 through 21,960 (of 39,824 total)