Are there any .sql files to create the tables in MS SQL for this forum? I'd like to just run that in the query analyzer instead of converting the MS Access database.
As I understand it (read - I'm not the MSSQL expert here) if you change the DB type and connection string in config.asp and then re-run setup.asp it should do what you want.
As I understand it (read - I'm not the MSSQL expert here) if you change the DB type and connection string in config.asp and then re-run setup.asp it should do what you want.
To install the tables in the database you need to create the empty database on the server first.
if someone has this already installed in MS SQL can you create the .sql script?