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

    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 …

  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 …

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

    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 …

    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, …

  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 …

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

    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 …

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

    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 …

  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 …

  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 …

  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 …