Dynamic BULK INSERT PROCEDURE
(Eli Leiba) The procedure is used to run BULK INSERT dynamically. By giving the source file name , the destination table name and the seperator used in the file. Procedure is compiled inside database where the destination tables are.
Read More >>