Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 How to publish database from local to hosting ?

Author  Topic 

asp__developer
Posting Yak Master

108 Posts

Posted - 2013-01-09 : 23:52:34
I have a database on my local computer (using SQL Server 2012 express management studio).

How to publish this database to my hosting server ? I am using EXPRESS version so I don't see publish option ?

Any way to accomplish this ?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-01-10 : 00:16:28
Does hosting server have sql server installed? if yes, you could just backup database from local and restore it to hosting server

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

asp__developer
Posting Yak Master

108 Posts

Posted - 2013-01-10 : 08:58:24
I don't have access to hosting server because it is with hosting company - I only have login credentials for connecting to the server. its like if you have a website with godaddy, you don't have access to server..

plz help
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-01-10 : 23:12:10
then try scripting out db from local server, connect to hosted server and execute it

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -