How do I restore a database on a remote SQL server 2005 from a local backup?

Posted by MatsT on Stack Overflow See other posts from Stack Overflow or by MatsT
Published on 2010-03-07T23:05:57Z Indexed on 2010/03/07 23:11 UTC
Read the original article Hit count: 146

I have been given access to (parts of) a remote SQL Server 2005 with SQL Server authentication in order to be able to make changes to a database without involving other people who is not working on the project. The database have been created on my local machine. Is there any way to restore the remote database from a backup file on my local computer? I do not currently have access to the filesystem on the remote server.

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about sql-server