[ srdjan_kg @ 24.02.2009. 15:30 ] @
interesuje me posto je ovo za mene novo, kako otvoriti bazu mdf ili ldf
i kovertovati, prilagoditi za php/mysql
[ bogdan.kecman @ 24.02.2009. 17:20 ] @
MDF je valjda Microsoft SQL Server Master Database File
LDF je valjda fajl sa transaction log-om sa Microsoft SQL servera

podaci se nalaze u MDF fajlu, u ldf fajlu je log koji ti ne treba .. (no nisam neki veliki strucnjak za ms sql tako da sam mozda omasio neki detalj)

Migraciju sa Microsoft SQL servera na MySQL server mozes da uradis koristeci neki od mnogih aplikacija namenjenih tome (ili mozes da napises svoju).. vise mozes da procitas na: http://dev.mysql.com/tech-reso.../migrating-from-microsoft.html

Citat:

Migration Tools

There are a wide variety of tools available to help you migrate a SQL Server or Access database to MySQL. We'll look at several different tools so you can choose the one that best suits your needs. The tools we will look at will include the following:

* MSSQL2MYSQL
* Microsoft DTS
* SQLyog
* Access Export
* Text Import/Export

SQLYog and the Microsoft DTS wizard offer graphical interfaces that can be used with both MSSQL and Microsoft Access to import tables into MySQL. MSSQL2MYSQL is a script by Michael Kofler that can convert not only the table structure and data, but converts the index information as well. If you use Microsoft Access you may not have access to the above tools, but you can use the data export features of Access.