Sorry if this is a silly question. I installed 3.03 a few months back and its working great. However, I need to migrate the forums to a different SQL Server. I am simply moving from one SQL 7 Server to another SQL 7 server.
Since its been so long since I set this up, I sort of forgot some of the procedures involved. Do I just change the name of the server in the connection string, then run setup.asp?
Just for future reference for anyone else wanting to do this..
1. Change config.asp file to point to your new SQL Server 2. Run setup.asp to create the tables 3. Use DTS to transfer the data from your old SQL Server into the new SQL Server tables that were just created.