Viewing 15 posts - 36,961 through 36,975 (of 49,566 total)
Good point.
For moving the system databases, see books online as the method is different for the different system databases.
August 19, 2009 at 9:08 am
I like the friday pic better.
August 19, 2009 at 9:07 am
If there's no backup, you're probably not getting it back. All database should have backups, critical or not. The only time I can see a DB not needing a backup...
August 19, 2009 at 9:00 am
Have you read through all the material in Books Online?
August 19, 2009 at 8:59 am
Two options.
1) Detach the database, move the files, reattach the database.
2) Use the ALTER DATABASE ... ALTER FILE to change the metadata. Take the database offline, move the files, bring...
August 19, 2009 at 8:59 am
Before you do anything else to this database.
1) Please run this and post the full output
DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS
2) Take a look at this...
August 19, 2009 at 8:25 am
Bob Bridges (8/19/2009)
Is there a problem if I change to Full model while users are in the system or must I do this at an "off-time"?
It can be done any...
August 19, 2009 at 8:15 am
I know that MySpace (which runs on SQL Server) is not one database. Last time I heard they had 100 or so database servers with the data distributed between them.
August 19, 2009 at 8:00 am
Please note that index_usage_stats only contains info since the last time the SQL Service was started. If an index is, for example, only used at month end and the server...
August 19, 2009 at 7:59 am
Restore from backup.
You do have a backup, don't you?
August 19, 2009 at 7:57 am
No idea how accurate any of these are...
http://www.usatoday.com/money/industries/technology/maney/2006-05-16-nsa-privacy_x.htm
I'd love to play with even the baby of the listed ones. 312 TB is one hell of a challenge.
August 19, 2009 at 7:54 am
What happened to the log files? You need those for a reattach as well.
There's no way that anyone can say what's happened or why without the information that we've asked...
August 19, 2009 at 7:43 am
Sounds like the DB is suspect or recovery-pending.
Did SQL restart just before this happened?
Any errors relating to this DB in the SQL error log?
What happens if in a query...
August 19, 2009 at 7:30 am
CJ (8/19/2009)
The full backups can create deadlocks and hold up your server.
If you're talking about SQL deadlocks, then no. Backups don't take locks. They can increase IO load and slow...
August 19, 2009 at 7:28 am
GSquared (8/19/2009)
I just read that article, and I don't see where data loss is mentioned. What am I missing?
Likewise.
It mentions that Shrink truncates the log which might be true...
August 19, 2009 at 7:21 am
Viewing 15 posts - 36,961 through 36,975 (of 49,566 total)