Viewing 15 posts - 166 through 180 (of 307 total)
No, your backup sounds like it's looking for another transaction log . Like Racosta said from Query analyzer type:
RESTORE DATABASE yourdatabasenamehere With Recovery
Write...
April 2, 2003 at 12:48 pm
Do you have a backup that you can fall back to?
John Zacharkan
April 2, 2003 at 12:37 pm
quote:
Yes, a Restore was started almost 24 hours ago
April 2, 2003 at 12:35 pm
It could be a no brainer. How many other indexes are there? How many keys? One I hope. No, you cannot do this with out dropping the primary key....
April 2, 2003 at 12:33 pm
Hope I'm allowed to disagree somewhat. The databases mdf/ldf files including master, model, and msdb should be installed on drives seperate from the OS and SQL Server applciation. That said,...
April 2, 2003 at 9:20 am
Open the DTS package right click on package click on properties. Setup up your error handling here. If you need more info create a workflow on error branch and have...
April 2, 2003 at 8:58 am
quote:
The next question is this: what parameter do you use for sp_delete_backuphistory? In other words, how long a history do you...
April 2, 2003 at 8:49 am
one stupid question, Do you have a job that is running the following somwhere? Might want to review the parameters being passed.
exec msdb..sp_delete_backuphistory @oldest_date
John Zacharkan
March 31, 2003 at 8:23 am
Right click on SQL Server Agent, click properties, under job systems is there a set limit in the job history. You might need to increase this.
See what is reporting....
March 31, 2003 at 8:21 am
All of these are great ideas, but why not just cycle the server? One the scariest things I know of is approaching a box that hasn't been cycled in 18...
March 28, 2003 at 10:00 am
The following should answer your question
You can use the DBCC BUFFER console command to print out the buffer headers and pages from the buffer cache.
Syntax
DBCC BUFFER ( [@dbid|'@dbname' ]
[,@objid|obname...
March 28, 2003 at 8:28 am
If you can, look into what whoteegan suggests. There is some work and investment in setting it up, but at the end of the day you'll never worry about your...
March 25, 2003 at 7:49 am
Gottcha, so you restore the database from 7 to 2K and left it in standby, what happens when you try restoring the first transaction log.
Never mind, I'm setting up...
March 24, 2003 at 2:05 pm
Viewing 15 posts - 166 through 180 (of 307 total)