Jump to content

MYSQL vs MSSQL


ejaboneta

Recommended Posts

Just a quick question. I've only worked with mysql but will soon be starting a mssql project. When programming in PHP, anything I should know that's different from mysql? I tried googling but I only got results on performance comparisons, advantages and disadvantages etc. Nothing on actually programming for them.

Link to comment
https://forums.phpfreaks.com/topic/212885-mysql-vs-mssql/
Share on other sites

  • 4 weeks later...

On the off chance that you are running PHP on Windows, I'd suggest that you use the sqlsrv driver, available here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=80e44913-24b4-4113-8807-caae6cf2ca05. It is released and supported by Microsoft. This wiki entry might be a good resource for getting started: http://social.technet.microsoft.com/wiki/contents/articles/whitepaper-accessing-sql-server-databases-from-php.aspx. Please add to the article if you have helpful input.

 

Hope that helps.

 

-Brian

Link to comment
https://forums.phpfreaks.com/topic/212885-mysql-vs-mssql/#findComment-1117762
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.