Download complete 2005 database to 2008

  • Hi,

    I have used sql server 2000 but I am new to 2005/2008 versions.

    I have:

    - Sql server 2005 installed on my hosting server.

    - Sql server 2008 installed on my local computer.

    What is the procedure of downloading complete database from my hosting to my local computer?

    Thanks!

    Zeeshan

  • Take a backup of the hosted database (backup database ....), copy the backup file locally. Restore the backup

    Do note that going the other way is not possible, because the local SQL instance is a higher version, and upgrading databases is possible, downgrading them isn't.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • GilaMonster (2/18/2012)


    Take a backup of the hosted database (backup database ....), copy the backup file locally. Restore the backup

    Do note that going the other way is not possible, because the local SQL instance is a higher version, and upgrading databases is possible, downgrading them isn't.

    Fortunately, I just found that the version installed on hosting sql server is 2008. So what should I do to create a backup and restore it to my office computer?

    Thanks!

  • I'm going to assume that there are management tools installed on the server. From the object explorer in Management Studio, right click the database and chose backup. Once complete copy the backup file to your local machine and, using the management tools on your local machine restore it.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply