Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import to SQL programmatically 1

Status
Not open for further replies.

whateveragain

Programmer
Joined
Apr 20, 2009
Messages
92
Location
US
I'm aware that I can import an Excel file from Excel to SQL programmatically using ASP.net; however, can I import an Excel file programmatically to SQL FROM SQL? If so, what is the code?
 
Check OPENROWSET() function in BOL.

Borislav Borissov
VFP9 SP2, SQL Server 2000,2005 & 2008.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top