About 73,600 results
Open links in new tab
  1. SQL Server command line backup statement - Stack Overflow

    May 19, 2009 · Is there a way to script out SQL Server backup in to a batch file, so that it could be executed from a command line?

  2. What is a simple command line program or script to backup SQL server ...

    106 I've been too lax with performing DB backups on our internal servers. Is there a simple command line program that I can use to backup certain databases in SQL Server 2005? Or is there a simple …

  3. Backup a single table with its data from a database in sql server 2008

    Oct 31, 2013 · I want to get a backup of a single table with its data from a database in SQL Server using a script. How can I do that?

  4. How to backup Sql Server to sql file? - Stack Overflow

    Mar 6, 2011 · Use SQL Server's Generate Scripts commend right click on the database; Tasks -> Generate Scripts select your tables, click Next click the Advanced button find Types of data to script - …

  5. SQL-Server: Is there a SQL script that I can use to determine the ...

    Script to check the Backup and Restore progress in SQL Server: Many times it happens that your backup (or restore) activity has been started by another Database Administrator or by a job, and you …

  6. How to create daily backup with unique name in sql server

    I want to make full database backup of my server's all databases with unique name daily. For that I have an idea to keep timestamp which will make database copy separate. Suppose there is a databas...

  7. How can I schedule a daily backup with SQL Server Express?

    Jan 28, 2009 · I'm running a small web application with SQL server express (2005) as backend. I can create a backup with a SQL script, however, I'd like to schedule this on a daily basis. As extra option …

  8. sqlpackage - How can i backup and Azure sql database and save to ...

    Apr 14, 2025 · It then uploads the .bacpac file to a specified Azure Blob Storage container using the Azure CLI, ensuring the file is overwritten if it already exists. This process enables a reliable backup …

  9. Add date to SQL database backup filename - Stack Overflow

    I'm using the below to backup a db from a SQL job. Can someone tell me how to add the current date to the output filename? Preferably in YYYYMMDD format. BACKUP DATABASE [myDB] TO DISK = …

  10. backup - How to restore to a different database in SQL Server? - Stack ...

    Jun 7, 2011 · To restore a database to a new location, and optionally rename the database Connect to the appropriate instance of the SQL Server Database Engine, and then in Object Explorer, click the …