Question my sql to ms sql or access

developer_mahmoud

Well-known member
Joined
Nov 13, 2010
Messages
64
Programming Experience
1-3
hi
i need to convert mysql database file to mssql or access database i searshed alot but i found a useless demo programs i need a real and free solution to that problems
thnk u
 
There is no real and free solution that converts a MySQL file to a SQL Server file or an Access file. You need to create a new database of the desired type and then simply use ADO.NET to copy the data from one database to the other.
 
ihave a backup mysql file and i need to copy it to ms sql but i dont know the parameters of the mysql backupfile like username and password how can imake it ? just show me this good idea my friend?
 
Back
Top