• Can someone point me to a website or forum post that will explain step by step how to query a Microsoft sql server from within WordPress and then make the data available to various plugins within our internal WordPress website? All the searches I’ve ran show many links to using WordPress on MSSQL, but all I want to do is grab data from MSSQL and then display it, no updating or deleting. I’ve seen mentions of needing this or that plugin, and one article said make sure some dll was loaded.

    Specifically, I want to query MSSQL which will return a dataset of 0-30 rows, and then display those rows using the Tablepress plugin. But, I think I can figure out the Tablepress plugin part if I can figure out how to query MSSQL. I have found the php code for querying MSSQL, but I don’t know where to put it or how to integrate it within one of my pages on my website.

    Any help would be much appreciated. Thanks.

  • The topic ‘how to query mssql’ is closed to new replies.