Browse by Tags

Why Backup, Why Recovery? You need a good strategy to save your data!
Published 12 March 8 3:2 AM | SSQA.net
The following context is the one I have received from SQL Server Magazine that talks about a good backup tool in the market, study on: Third-Party Tool Enhances SQL Server Backup and Recovery Microsoft SQL Server’s own backup and restore facilities are...
Automation of Analysis Services database backup
Published 26 September 7 5:19 AM | SSQA.net
You may be well versed with scheduling the database backups using SQL Serve Agent --> Jobs with Enterprise Manager or Management Studio. So how about creating a automation job for SQL Server 2005 analysis services database backup every night. Simple...
TSQL script for deleting backups older than 1 day
Published 10 September 7 4:34 AM | SSQA.net
Common question and ranting about Database maintenance plans in the forums, in this case I always suggest to use another job using TSQL to drop those older backup files. Andrew Kelly, SQL MVP has contributed an excellent script sample that should get...