I have a system in php using MSSQL 2003. I need to change the database to MMSQL 2008.
I want to know if there's issue I should look at on
- SQL Side (Query/SP/....)
- PHP Side (Query, connection type, ...)
Answer will be usefull even if it is a "dont worry, using standard connection will work" or "there's not so much depricated function between 2003 and 2008". If you goth link to other posts answering some of those interrogation or how to see it by myself.