| Open the .DAT file with Notepad or some other text editor, and determine how the records are laid out - tab delimited, comma delimited, fixed field, etc. Once you understand how your data is formatted in the .DAT file, you can import the .DAT file using DTS in SQL Server. The import wizard in the DTS utility is pretty self explanatory. |