About 358,000 results
Open links in new tab
  1. How can I backup a SQL Server 2008 R2 DB without taking it offline?

    10 You don't need to take a database offline to back it up. The backup process will create a .BAK file, which you can use in a restore operation. If you're using SQL Server Management Studio …

  2. How can I backup a remote SQL Server database to a local drive?

    Oct 15, 2010 · Of course a BAK file containg the full backup with all data and indizes from a remote SQL Server database can be retrieved on a local system. This can be done with …

  3. SQL Server database backup restore on lower version

    May 31, 2011 · How to restore a higher version SQL Server database backup file onto a lower version SQL Server? Using SQL Server 2008 R2 (10.50.1600), I made a backup file and now I …

  4. How to copy SQL Server 2008 R2 database from one machine to …

    Click Ok. Now copy that backup file into pendrive or any media and paste it to another machine and Open SQL Server 2008 R2 To restore backup follow procedure: Right Click on the …

  5. sql server - SQL - How to backup a database and export as a MDF …

    Feb 1, 2017 · I have created a database "test" with some tables in MS SQL Server 2008 R2 (i.e. MS SQL Server Management Studio). Now, I need to export this database as a MDF file. …

  6. How to restore SQL Server 2014 backup in SQL Server 2008

    Jul 19, 2013 · 13 Were there any changes in this area with SQL Server 2014? I’ve seen this post Is it possible to restore Sql Server 2008 backup in sql server 2005 and I know that this was not …

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

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

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

  10. SQL Server 2008 - how to zip backup files and move to remote …

    Apr 10, 2014 · I have the non-enterprise edition of SQL Server 2008. I do nightly backups, manually zip the files and then manually copy to a remote server. I need to automate this …