Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesI have MSSQL 2005 Express installed locally. I've developed a database and would like to copy it to my web host to be accessed using some ASP code. Everything appears to be OK, except for one issue that I can't figure out. HOW do I take my local database and upload it to my host? I do have the MS SQL Server 2005 Express Manager installed and can connect to both my local SQL 2005 server and my hosts SQL 2003 server. How are databases normally developed for web applications?
Post Follow-up to this messageHi, "SQL 2003 server." There is no SQL 2003 Server. If your hoster doesn=B4t offer you to restore backups you ade on your test system. You can either use scripts changing your database which can be applied on the server, or you can transfer objects to your hosters db. I am alqys doing a whole *backup* (with transfering the database objects to my local machine) doing changes and reapply them on the *productional* server. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de ---
Post Follow-up to this messageYou can backup local database and restore on the host database. If you developed database file using Visual Studio, you can attach database on the host. And can modifiy connection string. "Noozer"님이 작성한 내용: > I have MSSQL 2005 Express installed locally. I've developed a database and > would like to copy it to my web host to be accessed using some ASP code. > Everything appears to be OK, except for one issue that I can't figure out. > > HOW do I take my local database and upload it to my host? > > I do have the MS SQL Server 2005 Express Manager installed and can connect > to both my local SQL 2005 server and my hosts SQL 2003 server. > > How are databases normally developed for web applications? > > >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread