About 520,000 results
Open links in new tab
  1. how to schedule backup in sql server 2008? - Stack Overflow

    The tool enables automating and scheduling SQL Server backup jobs in one task, while preserving the backup chain for easy point-in-time restoration (database rollback).

  2. SQL Server database restore error: specified cast is not valid ...

    Nov 28, 2012 · 96 I am using SQL Server 2008 R2 Standard (version 10.50.1600.1) for my production website and SQL Server Express edition with Advanced Services (v10.50.1600.1) …

  3. SQL Server Operating system error 5: "5(Access is denied.)"

    Aug 17, 2013 · The SQL Server database engine service account must have permissions to read/write in the new folder. Check out the blog post Attaching Database – Unable to Open …

  4. How to backup all databases on SQL Server 2008 - Stack Overflow

    Feb 7, 2015 · 2 I have been working on SQL Server 2008 R2 for 4 years and it's time to format my laptop. I just use the default instance, which I can access using the . as server name, and then …

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

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

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

  9. How can I export a SQL Server 2008 database? - Stack Overflow

    Feb 25, 2013 · You can export your sqlserver database by using these steps. Right click on your database and hover on Tasks, you got another dropdown, Select Back Up. You got a pop-up …

  10. How to restore a SQL Server 2012 database to SQL Server 2008 R2 ...

    As has been mentioned already, you cannot use the "Back up" and "Restore" features to go from a SQL Server 2012 DB to a SQL Server 2008 DB. A program I wrote, SQL Server Scripter, will …