question

AbhinavHasoriya avatar image
AbhinavHasoriya asked

i want to import a text file in ssis by applying substring function on the text file itself.is this approach faster than importing a text file into table then applying substring function to get the colmns required?

i want to import a text file in ssis by applying substring function on the text file itself.is this approach faster than importing a text file into table then applying substring function to get the colmns required?
sql
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Alvin Ramard avatar image
Alvin Ramard answered
There's a number of factors that could affect the performance of each method. I would recommend that you try both methods with real files and see which one works better for you in your environment. What works best on my server may not be the same as your server.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.