About 357,000 results
Open links in new tab
  1. What is a simple command line program or script to backup SQL …

    To backup a single database from the command line, use osql or sqlcmd. "C:\Program Files\Microsoft SQL Server\90\Tools\Binn\osql.exe" -E -Q "BACKUP DATABASE mydatabase …

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

    Some third-party backup programs, for example: EMS SQL Backup, allow setting templates for backup file names. Timestamp, server instance name, database names and other info can be …

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

  4. 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?

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

  6. t sql - Fully automated SQL Server Restore - Stack Overflow

    Mar 25, 2010 · I'm not very fluent with SQL Server commands. I need a script to restore a database from a .bak file and move the logical_data and logical_log files to a specific path. I …

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

  8. Backup a SQL Server database with current date - Stack Overflow

    Sep 26, 2017 · I'm trying to backup databases using the current date time to create a unique filename. I keep getting incorrect syntax on the '+' before @TimeDate My Code: ALTER …

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

  10. script to restore database sql server from bak file, doesn't work

    Nov 18, 2015 · Msg 3154, Level 16, State 4, Line 15 The backup set holds a backup of a database other than the existing 'DB_Clients' database. Msg 3013, Level 16, State 1, Line 15 …