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!

BULK INSERT

Status
Not open for further replies.

maneland

Programmer
Joined
Mar 24, 2006
Messages
24
Location
ES
Can I insert an external file using BULK INSERT? For example

BULK INSERT Table
FROM 'WITH (FIELDTERMINATOR = ',')

Thanks
 
You would need to download the file to a local drive or network share first, then you can bulk insert the file.

Bulk Insert doesn't understand a URL.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top