Note: This step may have already been performed by your server administrator
Step 2. Open Microsoft SQL Management Studio (or similar) and execute Auction70.sql on the new database.
WARNING: Executing the script on an existing (rather than new) SQL database may corrupt or delete the data.
Step 3. Make appropriate connection changes in the setup.asp file:
const sqlserver = "" Enter your SQL Server IP or Server Address const sqlcatalog = "" Enter database name const sqluser = "" Enter your SQL Server username const sqlpass = "" Enter your SQL Server password