About 71,300 results
Open links in new tab
  1. sql server - Get last full backup and transaction log backup for each ...

    Jan 14, 2015 · 23 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 …

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

    Sep 21, 2016 · 3 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 …

  3. How can I take backup of particular tables in SQL Server 2008 using T ...

    Dec 15, 2017 · I want to take a backup of particular tables available in my database in a .bak file, and all these should be done using a T-SQL script.

  4. Understanding CleanupTime in Ola Hallengren's SQL Server scripts in ...

    Aug 20, 2018 · I am having trouble understanding what exactly to expect from the CleanupTime option in the Ola Hallengren Server Maintenance Solution. I'm finding some related questions, and …

  5. 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 …

  6. Command line tool / script to backup a remote SQL Server database to ...

    Jul 21, 2018 · I'm looking for a command line tool or a script (running under windows) that can backup a remote SQL Server to a local file (.sql, SQL Server backup, even CSV, all formats are acceptable).

  7. Query that displays backup information (successful and failed) SQL Server

    Yeah I know it's crazy but it's dev I want to get a complete backup history for DB1. I know that I can retrieve successful backup information from the msdb.dbo.backupset table but I want to know if there …

  8. Taking backup of all the databases in SQL Server

    May 31, 2013 · 21 I have a Microsoft SQL Server 2005 DB server. In the DB server, I have around 250 user databases. I have to take a back up of all these databases. Since, manually taking backup …

  9. Backup SQL Server databases in Parallel using Ola Hallengren script

    Dec 11, 2024 · In , Ola Hallengren explained that: You need to create multiple jobs with the same parameters, and add @DatabasesInParallel = 'Y'. The jobs will then work together in processing the …

  10. sql server - Is there a way to back up agent jobs? - Database ...

    Oct 16, 2018 · I can't find documentation about whether agent jobs in SQL Server can be backed up. If not, how can I back them up in order to restore during the future recovery in case of an instance failure?