Comments
Sort by recent activity
Yes 73GB log file is to large. Please provide an example on how I would use redgate to run DBCC shrinkfile "command once, back up the transaction log, and run it again to successfully shrink the file" without losing transaction. Using 'with truncate_only' is not an option.
Thanks for your help.
Colby
petey wrote:
The option 'Remove inactive entries from transaction log' just allows SQL Server to truncate the transaction log, but does not physically shrink the file. This is actually the default behaviour when you back up the transaction log. If you uncheck the option, SQL Backup will back up the transaction log using the NO_TRUNCATE option.
With regards to your transaction log file, you'll need to determine if 73 GB is 'normal'. E.g. you could be reindexing the entire database periodically, which would potentially grow the transaction log to that size. In that case, 73 GB is normal, and shrinking it is useless as it'll just grow again during the next reindexing process.
If however you think 73 GB is an abnormal size, you could use the DBCC SHRINKFILE command to physically reduce the size. You may need to run that command once, back up the transaction log, and run it again to successfully shrink the file. See here for details.
/ comments
Yes 73GB log file is to large. Please provide an example on how I would use redgate to run DBCC shrinkfile "command once, back up the transaction log, and run it again to successfully shrink the fi...
For your review, the attached is a PDF of version 1.1 of the PCI document. Start with section 3.4 and see if anything applies. https://www.pcisecuritystandards.org/pd ... s_v1-1.pdf
Thanks
Colby / comments
For your review, the attached is a PDF of version 1.1 of the PCI document. Start with section 3.4 and see if anything applies.https://www.pcisecuritystandards.org/pd ... s_v1-1.pdf
Thanks
Colby
Brian
This SqlBackupC.exe is a Redgate tool not a Microsoft SQL tool. So when I run the Redgate SQL backup monitoring tool for a new server in a disater recovery mode , do I then install this Redgate server components and then get on the box and run your command line version?
Thoughts?
Colby
Brian Donahue wrote:
Hi Colby,
SqlBackupC.exe is part of the server components installation, so you should find it in the SQL Backup program folder on the SQL Server already.
/ comments
Brian
This SqlBackupC.exe is a Redgate tool not a Microsoft SQL tool. So when I run the Redgate SQL backup monitoring tool for a new server in a disater recovery mode , do I then install this Red...
Brian
I need to create a complete disaster recovery plan using Redgate software. The product really does a great job in backup up all databases.
Now I need to plan for a complete restore of the server in a disaster recovery mode. I need to understand all aspects of the disaster recovery and need to know what steps to make sure all users and there passwords are also restored. Sometimes if they are not done correctly, you get orphaned userid and lost passwords. I now know about restoring Master, MSdb and model databases backuped with Redgate based on the articles in this thread.
Thanks
Colby
Brian Donahue wrote:
Hi Chris,
Thanks for your post. If you are in a Disaster Recovery scenario where you have to restore a SQL Server's configuration and all of its' databases, then it should suffice to restore master. Provided the master database backup is current, it will list all of the databases on the system, although some may be in 'suspect' mode, but should be able to restore over.
There are some particular things to pay attention to when restoring the master database using SQL Backup. These are covered in the help file and in a bit more detail here. This describes how to bring the server up in single-user mode and restore the master database using SQL Backup.
/ comments
Brian
I need to create a complete disaster recovery plan using Redgate software. The product really does a great job in backup up all databases.
Now I need to plan for a complete restore of the se...
Brian
Where do we get a copy of SQLbackupc? Need to download from Redgate or should we keep a copy it laying around?
Thanks
Colby
Brian Donahue wrote:
Hi Chris,
Thanks for your post. If you are in a Disaster Recovery scenario where you have to restore a SQL Server's configuration and all of its' databases, then it should suffice to restore master. Provided the master database backup is current, it will list all of the databases on the system, although some may be in 'suspect' mode, but should be able to restore over.
There are some particular things to pay attention to when restoring the master database using SQL Backup. These are covered in the help file and in a bit more detail here. This describes how to bring the server up in single-user mode and restore the master database using SQL Backup.
/ comments
Brian
Where do we get a copy of SQLbackupc? Need to download from Redgate or should we keep a copy it laying around?
Thanks
Colby
Brian Donahue wrote:
Hi Chris,
Thanks for your post. If you are i...