G
guy
My application creates csv files locally and uses MSAccess as sql engine. This is working well but I
want to use SQL Server instead. One way to accomplish this would be to use a bulk insert into
temporary tables but SQL Server would need access to the csv file system.
Is there any other method?
want to use SQL Server instead. One way to accomplish this would be to use a bulk insert into
temporary tables but SQL Server would need access to the csv file system.
Is there any other method?