TEXT Files
Hi,
FYI, all about SQL is new to me. I would appreciate it if someone could help
me on
the following :-
1) I have one text file containing 8 fields separated by pipes (|) and 1000
of rows
eg:-
Chang|Michael|acno1234566|03052005|154.26|1|0|6554 26.26
- Is it possible to import the above kind of text files by using the
query ****yzer
(transact-SQL) without using DTS into the following table format.
nvarchar|nvarchar|nvarchar|dd/MM/yyyy|decimal|logical|logical|decimal
- If yes, please help/show me the samples and how can I execute it from
dos
prompt by using command line.
- If no, I have to use DTS. How to execute DTS against the above data
using
command line.
TQ.
Beginner...
|