Hope soemone can help me out.
Working with MSSQL for the first time I have a DB on another host I need to connect to and extract all the rows from each table to make a mirror DB on my host in MYsql
Now thus far I've figured out that not just any host cand o this as you need the MSSQL extensions adn FReetsd install with PHP.
So all the hosts I've tried using this type of call on
mssql_connect ... Come up telling me it's an unknown function.
Can anyone pt me in the right direction too where I can get access to a server where I could transfer this MSSQL server to create a MYsql mirror image of it then an SQL dump of the MYsql DB.
THat's all I need if I can get the Dump file then I can just recreate it on my server via PhpMYAdmin or something like that?
ANy help would be great...Or if someone could offer me temp access to a server that could do it for me that would be AWESOME!
Thanks!