PDA

Click to See Complete Forum and Search --> : Deploying Website w/SQL Server backend?


blakemckenna
Aug 9th, 2009, 12:11 PM
I am new to Web development and database deployment. If I'm using a SQL Server DB for a website...how do I deploy the SQLDB to another server where the Web app resides. I know when using Access, you can move the DB to where the web app is located.

Thanks,

kfcSmitty
Aug 9th, 2009, 12:15 PM
This is a handy tool.

http://sqldump.sourceforge.net/

Basically you would need to do a dump of your table/database and then load it onto the appropriate server.