Hi-
I have one flat table (Uni-database) in unix system. Anybody have any idea how can I read that table and have to transfer all the fields in SQL Database?
Sohel
Printable View
Hi-
I have one flat table (Uni-database) in unix system. Anybody have any idea how can I read that table and have to transfer all the fields in SQL Database?
Sohel
SQL Server has a utility - BCP that will enable you to take a delimited file and transfer it into a SQL table. Do you have SQL Books (It usually comes with the Server Software)? There is a good explanation of how to do this.
Hope this helps!
Old Chick