Tips for using backup and restore in SQL Server 2019 Use separate storage for the database backups. Ensure that you place your database backups on a separate physical location or device from the database files. You can use backup/restore of memory-optimized files on Azure Storage. In SQL Server 2019 memory-optimized filegroup files can be stored on Azure Storage. Backup/Restore of...
Tag: transactional log
Troubleshooting SQL Server 2014 backup/restore problems
Troubleshooting SQL Server 2014 backup/restore problems If you have problems with SQL Server 2014 backup or restore, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2014 service pack. Because many SQL Server 2014 backup/restore bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time […]
Tips for using tempdb database in SQL Server 2014
Tips for using tempdb database in SQL Server 2014 Permit the tempdb database to automatically grow. Autogrow feature is set by default. Each time the SQL Server 2014 is started, tempdb database is recreated and reset to its default size. Automatically growing results in some performance degradation, therefore you should set a reasonable size for tempdb database and a reasonable...