WordPress database error – mssql
-
When installing WordPress on MSSQL I’m receiving the below error. I have all of the necessary pre-reqs installed using the wp-db-abstration as described here.
I have no clue where to look as everything seems to work perfectly up to this point. Any help or ideas would be greatly appreciated!
Thanks,
WordPress database error: [[Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near ‘,’.]
DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE ‘\_transient\_%1$s\_transient\_timeout\_%2$s_transient_timeout_’, SUBSTRING( a.option_name, 12 ) ) AND b.option_value < 1383321174WordPress database error: [[Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near ‘,’.]
DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE ‘\_site\_transient\_%1$s\_site\_transient\_timeout\_%2$s_site_transient_timeout_’, SUBSTRING( a.option_name, 17 ) ) AND b.option_value < 1383321174
- The topic ‘WordPress database error – mssql’ is closed to new replies.