If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
You need first to analyse your table
To see if there anything that can cause problem in sql server (SP, trigger ....)
Then you can use a DTS package
But Remember that Sql server and MySql is a different package
Sql server can do things that MySql can not do
Originally posted by omiossec
You need first to analyse your table
To see if there anything that can cause problem in sql server (SP, trigger ....)
Then you can use a DTS package
But Remember that Sql server and MySql is a different package
Sql server can do things that MySql can not do