I like to import a csv file with a stored procedure, works ,only!!!! After the import the data field looks like this “1234567abc” instead as 1234567abc.
if I use the flatfile import wizard then i become the data. As 1234567abc, thats good.
if i use the import wizard import data, then choose flat file, etc, then i become the data as “1234567abc”
tried to record the flatfile import wizard to see whats differend, no succses,
my question is how can make a query who give me the clean data (same as flat file import wizard)
1234567abc and not “1234567abc”. I have a stored procedure who imports the data as “1234567abc”
thanks for answering
Greetings Willie.