Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
gtan
Starting Member
6 Posts |
Posted - 2013-03-06 : 14:46:31
|
we have a legacy DTS package to load data from flat file into SQL table. It is a fixed field text file (source). How can I find out the exact column definitions like in SSIS (column width, data type, etc). Thanks in advance |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2013-03-06 : 20:19:01
|
Ok, been a while and I don't have access to EM anymore but...in the DTS designer:Create the source and destination connections, then drag a pump task between 'em.Double click the pump task.Allow it to automap the fields.That will show you what you're looking for. Be aware that it "guesses" the data types based on the first couple hundred records or so of the source. |
|
|
|
|
|