MySQL Forums
Forum List  »  Microsoft SQL Server

Re: insert data from MySQL into SQL Server
Posted by: jackson john
Date: July 11, 2012 04:02AM

INSERT INTO sqlserver_tbl EXEC (Call <Proc Name>(<Parameters>) AT <Linked Server>)

PS. Make sure that numbers of columns in MySQL should be matched to number of column in SQL Server table.

Options: ReplyQuote


Subject
Written By
Posted
Re: insert data from MySQL into SQL Server
July 11, 2012 04:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.