(no title)
mahalol | 4 years ago
I do want some flexibiliy though, for example, if a certain column is filled with 9 digit numbers, starting with 0 then treat it as string.
Will have a look at it, thanks for the link!
mahalol | 4 years ago
I do want some flexibiliy though, for example, if a certain column is filled with 9 digit numbers, starting with 0 then treat it as string.
Will have a look at it, thanks for the link!
OldHand2018|4 years ago
SSIS will generate a schema for a CSV file and then let you modify any column you choose (including what you described). All it does, really, is generate the schema that the “SQL Server bulk copy” tool interprets.
mahalol|4 years ago