Guys
I need to create a dts package to import a text file into sqlserver. This is fine but the problem I'm having is that the text file contains 4 columns and I only want to import the 3rd column. Again, this is no problem. The problem comes when I want to add an id column to the table. I've checked enable identity insert but it doesn't seem to work.
Any ideas?!
Thanks




Reply With Quote