News

How to Bulk Insert CSV Into SQL. Microsoft's SQL Server software, used in thousands of businesses ranging from storefront operations to multinational companies, has capabilities to bulk-insert ...
I can open the csv as a recordset in ADO, but I'm not sure how I open a second connection to the Sql Server and do an insert statement between the two of them.
My plan was to get the text file and do a Bulk insert into a holder table in Sql server 2000 via the bulk insert command inside a stored procedure.