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

    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 …

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

    Jun 9, 2015 · 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 …

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

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

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

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

    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 …

  9. How to automatically backup a SQL Database as a script (.sql file)

    Jun 21, 2023 · Azure SQL Database is automatically backing up your database every minute. Why do you want to take a daily backup locally?

  10. PostgreSQL: Export database to .sql file - Stack Overflow

    Jun 23, 2016 · For example, you can export and archive the schema and data of apple database of the user (role) john to backup.sql with e.g. -Fc, -Ft, --format=c and --format t as shown …