MySQL Forums
Forum List  »  Microsoft SQL Server

Re: importing data from sql server
Posted by: jackson john
Date: July 11, 2012 04:03AM

The sample SQL statements that are used in this article demonstrate Create Table queries that import Excel data into a new SQL Server table by using the SELECT...INTO...FROM syntax. You can convert these statements to Append queries by using the INSERT INTO...SELECT...FROM syntax while you continue to reference the source and destination objects as shown in these code samples.

Options: ReplyQuote


Subject
Written By
Posted
Re: importing data from sql server
July 11, 2012 04:03AM


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.