Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about database selection

Status
Not open for further replies.

seahorse123

Programmer
Jul 25, 2005
39
US
Hi,

I am in the process of deciding the database and application language.
We have exising MS SQL server running on windows OS, to store data, right now I need to build another seperate system for intranet use, as I am more familiar with PHP+Mysql, I want to use php, now if I use PHP+MS SQL, is this a good combination? how about the performance? I know for SQL server, it's more popular to use ASP or Coldfusion.

If I use PHP+Mysql on windows OS, will it create difficulties later to transfer data from existing SQL server to Mysql?

Any suggestion?

Thanks in advance.

michael
 
There are always migration problems going from MySQL to MS SQL and back. It's best to pick a platform and stick with it.

Performance with PHP & MS SQL will be fine. SQL Server doesn't care what is connecting to it.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top