Hello,
I have a website in ASP with MSSQL, which I want to move to another server.
I have moved the files but I dont know how to move the database and configure it so that it works fine in the new hosting.
Can anyone help. Thanks.
Hello,
I have a website in ASP with MSSQL, which I want to move to another server.
I have moved the files but I dont know how to move the database and configure it so that it works fine in the new hosting.
Can anyone help. Thanks.
Hey schwarzes,
You’ll need to
backup the database (either by performing a data dump or a extracting the database to sql)
Load the data into your new server
Change the references on your website to use the new server.
You can find out how to do 1 and 2 here: http://www.sqlteam.com/article/backup-and-restore-in-sql-server-full-backups