Hello everybody and thank you in advance for any suggestions and help I hope to receive.
I have Mysql experience but now I am working on my first M$sql database project, and I am getting frustrated. I am using php and would like to export a query. It is quite easy to export a query to csv with Mysql, but I can not figure out how or find suggestions to do so with M$sql.
To top it off, I am using Microsofts SQLSRV driver for php, from what I can tell uses a whole other query library than MySql and M$sql.
Does anybody have any experience exporting queries with MSSQL and PHP?
Again,
thanks in advance!