I'm trying to use a bulk insert
it doesn't error it just says 0 rows affected.
when I used SSIS I couldn't find the package in SQL Management Studio. If I saved it to my desktop it errored when trying to run - sorry I don't remember the msg, something about permissions
BULK INSERT .
#morecheques FROM '\\server\path\Test_Subsequent.csv'
with
(
firstrow = 2,
fieldterminator = '\t',
rowterminator = '\n'
)
[\code]
it doesn't error but it tells me 0 rows affected.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.