Click here to Skip to main content
16,018,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What are the changes i needed to apply in my php code after migrating database from mysql to sql server 2000. please help..
Posted

Mostly you need to take care of Database Connections, Execution, Retrieval of data and of course the queries.

1. Migrating a PHP Application using MySQL to SQL Server running PHP on IIS[^]
2. Converting MySQL Queries to MS SQL Server Queries[^]
 
Share this answer
 
Comments
thatraja 26-Dec-13 2:42am    
5!
Thanks a lot thatraja ... :)
Agree with solution 1. Main things are provider/driver, connection string, Installations, etc., Before moving things to production, make sure things are perfect in test server.

Check these for more details
Accessing SQL Server Databases with PHP[^]
Migrating MySQL to Microsoft SQL Server 2000[^]
Installing MSSQL for PHP[^]
Get Started with PHP on Windows with SQL Server Express[^]
 
Share this answer
 
Comments
My 5+, because Solution 1 + Solution 2 = Complete Solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900