Viewing 15 posts - 46 through 60 (of 64 total)
Hi Brian,
Thanks for the inputs. I agree if they are system files which are related to OS and its logical too but if they are program files or tools or...
July 9, 2005 at 12:02 am
you can refer this kb article, its about backup but the same logic can be applied to restore too..
http://support.microsoft.com/default.aspx?scid=kb;en-us;q207187
Good luck 🙂
July 6, 2005 at 8:59 am
Oops!! It should be "Restore Database" not "restore log"..if u have subsequent transaction logs then u can use Restore Log after Restore Database..
Sorry for the confusion
July 5, 2005 at 8:11 pm
Andy,
Firstly, you have to check the MSSQL service is started by domain account and then you can simply run this:
RESTORE LOG EPINAV
FROM DISK = '\\Server A\BkupFolder\bkupfile.bak'
WITH RECOVERY
If you...
July 5, 2005 at 8:10 pm
Thanks for the inputs..But I have used another technique so that I get reliable timestamp everytime i.e. i use a linker server to connect to my source database and get...
July 2, 2005 at 9:41 am
Hi Ram,
Are u using a restore script or something that is running on a scheduled basis? if you are maintaining a standby server, then you have to check some things...
July 2, 2005 at 9:34 am
I dont think this is a naming convention problem, becoz I checked the backupset table for that particular slot and the backup_Start_finishdate it shows the same time i.e. 3:01pm...Any more...
June 28, 2005 at 6:56 pm
Thanks for the comments, but its not a part of process which has to run simultaneously on both servers. Actually, this is for a mobile application wherein data from pocket...
June 27, 2005 at 6:07 pm
I recently came across file backups mentioned in BOL, which allows you to have the tlogs backup going on with file backup..But as per my theoretical knowledge, file backup involves...
June 27, 2005 at 10:06 am
Update: I have created one column table[e.g sysparam] in which I store the count of records from tablexyz in Server A and then i match the count and if this...
June 27, 2005 at 7:36 am
Ok, I found it. Actually on the server where the database is being restored, theres a backupset table which is a replica of the backupset table of the originating server...
June 23, 2005 at 11:15 pm
Ok I understand, Snapshots can be used as a combination with the existing complete backup and tlog backup in DR strategy but cannot be used as the only solution and...
June 23, 2005 at 8:40 am
Yes, the second option was causing the trouble. Thanks again.
Dilip
June 23, 2005 at 8:32 am
Thanks!
Actually, this was coming due to overlapping restores. Im looking into this and will update u with the detailed error if it comes next time.
Regards,
Dilip
June 23, 2005 at 3:25 am
Jason,
Thanks for the inputs..I had another look in backupset table, actually it takes avg. 56 mins not 2 hrs to complete the backup of 31 GB database. I will try...
June 23, 2005 at 2:11 am
Viewing 15 posts - 46 through 60 (of 64 total)