Support » Everything else WordPress » MSSQL usage with WordPress

  • Hi all,

    I would like to use MSSQL database in WordPress site. Is it possible to use both MySQL & MSSQL?

    Actually the site itself developed with the MySQL in WP. Now there is some requirement to fetch some data from MSSQL server. So can i use both database on WordPress?

    does anyone have faced something similar situation?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The standard workings of WordPress aren’t built to work with MSSQL, but I get the feeling that you don’twant the content from MSSQL, but some other data?

    You can set up your own database connection that can connect to MSSQL, and get the data that’s needed from there. It depends on how you’re going to use it though. If it’s going to be displayed on a page, then that’s easy to do. If you want it to create pages, that’s a lot harder.

    Thread Starter tejas.hapani

    (@tejashapani)

    Hi catacaustic,

    Thanks for your feedback.

    Actually i want to make MSSQL connection and fetch some data with single query.

    Is it possible then ?

    Yes it is. Just set up the connection, and execute the query. it is pretty simple.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘MSSQL usage with WordPress’ is closed to new replies.