For as long as I can remember, I have always configured the computers within my own organization to store data on network servers as opposed to the data being stored on workstations. That way, if one ...
Backing up SQL Server is a standard practice, but knowing which recovery model to use can be confusing. Use these tips to get started with your backup strategy. By Ed Martin With SQL Server 2000, ...
Do you have a BackupExec SQL Agent CAL? You can't (well, shouldn't) back up the MDF/LDF files directly. If you have the CAL, BackupExec will use VSS to do a snapshot and backup a consistent copy of ...
Well, yesterday's major screw up 5-alarm screw-up: SQL Server 2000 and rolling back transactions has gotten me to think that we need to reassess our backup strategy specifically with regards to ...
Redgate Software has announced that the latest version of SQL Backup Pro now includes automatic integration with Amazon Simple Storage Service (S3), making it easier for users to store their SQL ...
Dealing with data in a Docker container is more difficult than it is in a virtual machine or physical server. Containers are inherently stateless, while database management systems like SQL Server ...