Shortly, I am going to begin working with JDatabase and SQL server. If anyone has any advise, it would be appreciated.
Does the JDatabase solution require an ODBC driver? Or, does it use a native SQL Server driver?
Does anyone knows of a tool that can automate the transformation of MySQL DDL to Transact SQL?
What do you use for Data Modeling if you are an MS SQL Server DBA?
Hope it works - would really like to stick to PHP and JDatabase instead of getting .NET back out.
Any other advise anyone has is appreciated.
Thanks to those who provided this capability. Very much appreciated.
SQLSRV is a specific driver that Microsoft wrote for PHP on Windows,
you can't use FreeTDS with it but instead need to use a Sybase powered
connector to use FreeTDS (which isn't in the platform IIRC, there was
one a while back in one of the many branches). If you're running
everything on Windows, using the Web Platform Installer is probably
the best way of getting the entire stack set up and will help out with
getting the SQLSRV PHP driver connected up and IIS as well as a few
other things as well.
>>
>> What do you use for Data Modeling if you are an MS SQL Server DBA?
>>
You might wish to look into the SQL Server Management Studio Express
product. Again, the Web Platform Installer can help you install that
along with the MSSQL database.
Cheers,
Sam Moffatt
http://pasamio.id.au