Scripting a database copy from MS Sql 2005 to 2008 without detach/backup/RDP

Posted by James Santiago on Server Fault See other posts from Server Fault or by James Santiago
Published on 2010-06-17T22:38:37Z Indexed on 2010/06/17 22:43 UTC
Read the original article Hit count: 424

My goal is to move a single SQL 2005 database to a seperate 2008 server. The issue is my level of access to both servers. On each I can only access the database and nothing else. I cant create a backup file or detach the database because I don't have access to the file system or to create a proxy.

I've tried using the generate script function of sql 2005 management studio express to restore the schema but receive command not supported errors when attempting to execute the sql on the new database. Similarly I tried using EMS SQL Manager 2005 Lite to script a backup of the schema and data but ran into similar problems.

How do I go about acomplishing this? I can't seem to find any solutions outside of using the detach and backup functions.

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2005