WordPress with SQL Server

I was wondering if there is any way wordpress (php) can be used to write to a SQL Server . Simpler the better. We are currently looking at transferring our website over a CMS (preferrably wordpress) but we have all SQL Server databases.

Thanks for the insight guys.

Related posts

Leave a Reply

4 comments

  1. This is actually quite simple with the WP Db Abstraction plugin. I have been using it for months and it seems quite solid. After you extract the WordPress archive but before running the installer you will need to edit your wp-config.php file your database connection details. From that point it is just like running WordPress with MySQL. Fire up the browser and the installer will complete the setup of WordPress

    http://wordpress.org/extend/plugins/wordpress-database-abstraction/

    P.S. This works great with SQL Azure as well

  2. You will want to be careful when following the Running WordPress on SQL Server tutorial mentioned by Remus Rusanu. It relies in a pre-built version of WordPress that is not up to date with the latest releases. It is safer to use the WP Db Abstraction plugin directly from the WordPress.org site.