Is there a SQL Server Provider for Joomla? I know that there is a SQL Server Client for PHP in beta and I wonder whether it would be hard to change the database provider to point to SQL Server instead of MySQL.
相关问题
- sql execution latency when assign to a variable
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
- sqlyog export query result as csv
- Bulk update SQL Server C#
According to this thread (specifically this post) in the official Joomla forum some queries in the Joomla source code are MySQL specific and do not work on Microsoft SQL Server.