- Download and install Microsoft SQL Server 2005 Express. As with SQL Server 2000, make sure you select "mixed" authentication mode instead of Windows only.
- Download and install Microsoft SQL Server Management Studio Express.
- Open the Management Studio and create your database. Then, right click on the database and set "SQL Server 2000 Compatibility Mode."
- Create your database user and grant rights to the new database (just as you would for SQL Server 2000).
- Script your database (just as you would for SQL Server 2000).
- Open the SQL Server Configuration Manager. Under SQL Server 2005 Network Configuration, select Protocols for SQL2005. Double click on TCP/IP and make sure that it's enabled and set to run on a static port (1433) for all IP addresses.
You should be good to go! (Remember that this is not a configuration supported by BEA, but it works well for development purposes.)
Comments
Comments are listed in date ascending order (oldest first)