Activity overview
Latest activity by colby
SQL Compare 8 -- compare selected tables
Sometimes I just want to compare selected tables in 1 database to selected tables in another database but with different table name. For example, database 1 has table named X and in database 2 has...
Add Checksum option to verify option on the GUI.
Currently only the command line/SQL versions allows you can add checksum to the backups. Please add checksum to GUI version for SQL 2005 so the backup can be properly verified. Have it greyed out...
Restored database with focus on log size
Moving a database to another server can be more easily be done with Red Gate than attach detach methods when network is slow because the compression is so large and my copy time to the other server...
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...
shrink transaction log back to default size
When a database is created, the default size of the database is 2MB and log is 1MB. Under the full recovery model, I know that the transactional backing up of the log only removes the unused part...
Use of Log shipping and normal transactional backups
Need your help.
Currently the database has transactional backups every hour, differential daily and fulls weekly. Can I use the normal transactional backups for log shipping? Would this scenario ...
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
Scrollable SQLView in Interactive HTML export
SQL Compare has the ability to export a comparison to an interactive HTML web page. The normal comparison page has a scrollable line which can be moved to seperate the objects from the line by li...
SQL Backup v5 -- PCI Compliance
Need to know if the Red Gate Backup version 5.x is PCI compliant with version 1.1 of the Payment Card Industry (PCI) Data Security Standard document.
We use your backup tool to compress and encrypt...