Viewing 15 posts - 33,451 through 33,465 (of 49,552 total)
Nope.
Good answer - go find backups.
Better answer - ask for help because this is out of my depth.
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
March 16, 2010 at 3:30 pm
There are two numbers that I tend to use when making this kinds stuff up.
42 - the answer to the ultimate question of life, the universe and everything
137 - The...
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
March 16, 2010 at 3:29 pm
Alvin Ramard (3/16/2010)
SSIS now? or wait till later? 😀OUCH!! that hurts!!!!
😀
Good answers for that question:
* Look for help
* Call MS customer support
* Go look for my backups
Yes, I know...
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
March 16, 2010 at 3:19 pm
falcon00 (3/16/2010)
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
March 16, 2010 at 3:14 pm
Cool. It returns several lines of errors and the last two lines read.
CheckDB found 42 allocation errors and 137 consistency errors in database 'mydatabase'.
DBCC execution completed. If DBCC printed...
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
March 16, 2010 at 3:11 pm
A restore recreates the DB exactly as it was at the time of backup. You can move the files around, you cannot create new files as part of a restore.
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
March 16, 2010 at 2:41 pm
If they're pressing to urgently hire, it means they are desperate, probably means they have problems that they need solving. Not a good situation to walk into as a complete...
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
March 16, 2010 at 2:41 pm
Is the sort a problem?
Is the specific query that you're looking at a problem?
You said it's not a poorly performing query, so why are you worried about it?
http://sqlinthewild.co.za/index.php/2010/03/11/the-root-of-all-evil/
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
March 16, 2010 at 2:30 pm
More details needed. Perhaps you can take a step back and explain the slightly larger picture?
What defines which row of a table those values have to come from? Or are...
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
March 16, 2010 at 2:27 pm
IF <conditions>
BEGIN
EXEC TheStoredProc
END
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
March 16, 2010 at 2:07 pm
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic884158-1063-1.aspx
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
March 16, 2010 at 2:06 pm
Does the company have a DBA? If not, and you have absolutely no DBA experience, I would actually recommend that you turn that job offer down and suggest to 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
March 16, 2010 at 1:57 pm
823 is a hard IO error. SQL requested a read of the disk and the OS returned an error.
Clustered?
Is the disk available through windows?
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
March 16, 2010 at 1:52 pm
Steve Jones - Editor (3/16/2010)
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
March 16, 2010 at 1:47 pm
When restoring, you need full backup and all the log backups, starting with the first one after the full 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
March 16, 2010 at 1:46 pm
Viewing 15 posts - 33,451 through 33,465 (of 49,552 total)