Just a question: I tried to set up a MSSQL Server database, but after I click “install”, the sample 01 is open (as if the install worked fine), but no tables are created in the database so no data is saved… any idea? I am using SQL Server 2008 express.
a) be sure that you have mssql extension enabled in php.ini
b) try to create a simple php file with mssql_connecto command and db configuration from config.php ( It may be problematic to access express version of MsSQL from outside of VisualStudio environment )