Please give me your valuable suggestions for the below sceniaro.
We will get a flatfiles every day which i need to export the data into sqlserver 2000.The flat files which may contains more than 350 columns some of columns data may be nulls.
What is the best way to address the above scenario.
1.DTS
2.BCP
3.Stored Procedure.
We will get a flatfiles every day which i need to export the data into sqlserver 2000.The flat files which may contains more than 350 columns some of columns data may be nulls.
What is the best way to address the above scenario.
1.DTS
2.BCP
3.Stored Procedure.