About 147,000 results
Open links in new tab
  1. SQL server suddenly backups are slow and async_io_completion shows ...

    Jun 10, 2020 · HERE IS THE KICKER....Took a full backup of this 50gb and created a new db on the same SQL instance (alongside orig db). Executed a full backup on the newly created db and the …

  2. sql server - What are recommended values for block size, buffercount ...

    Mar 8, 2024 · 0 I have SQL servers running on onprem and Azure VM hardware. The backups write to a file share located on a network VM. I am wanting to change the backup destination to Azure blob …

  3. sql server - Large transactional log won't shrink after transactional ...

    Jul 10, 2017 · The reason I only had 1 transactional backup was because I had disabled the job from running to avoid things spiralling further out of control. New DB is up and running and backups work …

  4. sql server - Setting BUFFERCOUNT, BLOCKSIZE, and …

    Feb 6, 2016 · How It Works: SQL Server Backup Buffer Exchange (a VDI Focus) SQL Backup tuning large databases SQL Server Memory for Backup Buffer A Case Study: Fast and Reliable Backup …

  5. I am facing difficulties in backing up a database in MS SQL Server

    Apr 11, 2022 · When I try to backup a database, it is showing this message : to accomplish this action set property devices. (microsoft.sqlserver.smoextended) I cannot able to select the file location to …

  6. sql server - T-SQL query for date of last full backup, size and ...

    Sep 21, 2016 · I'm using the below T-SQL query to determine the date of the last full database backup and also return the size and location of the backup file. My problem is that it won't return any data at …

  7. sql server - Attempting to backup to remote NAS but access is denied ...

    Apr 5, 2019 · Now, the account I am signed into has FULL permission and access to that share, my connection is my domain\myaccount, and from the VM I can even put \\Dl-nas-01\LOCAL FILE …

  8. sql server - How can I make a database backup go faster? - Database ...

    Feb 21, 2016 · Multiple targets for the backup can be very useful, but only in certain situations. Your source database can be read faster than your current single file backup can write. Your backup …

  9. sql server - Cannot open backup device error - inaccessible folder for ...

    Jan 13, 2023 · I cannot run backup jobs or commands when using folders OTHER than the ones specified in SQL Server Properties, here: Only those the backup can be saved to. For example: …

  10. sql server - Get last full backup and transaction log backup for each ...

    Jan 14, 2015 · How to write script or a query that will display the last full backup and the last log backup for each database on each of the production servers using the system table "backupset" and related …