Viewing 15 posts - 36,946 through 36,960 (of 49,552 total)
Kit G (8/19/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 19, 2009 at 9:18 am
Good point.
For moving the system databases, see books online as the method is different for the different system databases.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 19, 2009 at 9:08 am
I like the friday pic better.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 19, 2009 at 9:00 am
Have you read through all the material in Books Online?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 19, 2009 at 7:59 am
Restore from backup.
You do have a backup, don't you?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 19, 2009 at 7:28 am
Viewing 15 posts - 36,946 through 36,960 (of 49,552 total)