Viewing 14 posts - 1 through 14 (of 14 total)
Hi, I am planning to set-up my production ennvironment. I am wanting to know if its best to have the primary node as a physical server and the secondary node...
December 23, 2012 at 12:44 pm
I think sql 2012 provides redundancy at DB level as well?
October 29, 2012 at 1:27 pm
Hi...please vet my script, if i am doing the right thing here:
RESTORE DATABASE test
FROM DISK='D:\BackupFiles\TestDatabaseFullBackup.bak'
WITH NORECOVERY;
RESTORE LOG test
FROM DISK='D:\BackupFiles\TestDatabaseTransactionLog.trn'
...
August 7, 2012 at 5:34 am
thanks. if i use the GUI to backup the transaction log, on the options tab i see:
-truncate the transaction log
-backup the tail of the log and leave the database in...
August 7, 2012 at 4:30 am
ok thanks. any script which can help me achieve this please?
August 7, 2012 at 4:10 am
can i just restore one table i want using this option you have advised? do you have any sample scripts which could be of assistance.
August 7, 2012 at 4:01 am
thank you so much. so if i undertsand it correctly i have to do this now:
1. backup the transaction log from the production database (where the data has been deleted)
2....
August 7, 2012 at 3:57 am
my recovery model is full and i dont backup the transaction log. this database is just 3 months old and ever since no transaction log backup has been done, only...
August 7, 2012 at 3:48 am
i have another backup which is 8 days after the deletion. will this work with transaction log?
August 7, 2012 at 3:42 am
I dont purge or truncate my transaction log so i believe the full log is thier. the size of the db is apprx 19gb and the log is around 23gb
August 7, 2012 at 3:40 am
changes to DB records on all the tables in a number of databases, the user making the changes and the date and time
August 7, 2012 at 3:39 am
can i backup the transaction log and use the full backup (6 days) prior to the deletion and restore the database with stopat (a time just before the deletion)? will...
August 7, 2012 at 3:30 am
can i create a database as audit and log all changes to this audit database? if so how can i achieve this?
August 7, 2012 at 3:09 am
actually i just came to know that have a backup file which is 6 days prior to the day the record was deleted.
August 6, 2012 at 10:34 pm
Viewing 14 posts - 1 through 14 (of 14 total)