Hello there
I am finding a way how to import data in SQL in the simplest way. I thought about using a VB script or using DTS. Somehow I think it will be better if I just use Stored Procedure or Access database.
Another problem I have is to format the data which is a .csv file.
Sample Data:
Group Type Member
Fruit Citrus Orange
Grapefruit
Sweet Peach
Drink Cold Water
Juice
Hot Tea
Coffee
How can I programmatically code the format of the data as I import it in SQL. The space should be filled with the proper values.
Thanks for the help.
I am finding a way how to import data in SQL in the simplest way. I thought about using a VB script or using DTS. Somehow I think it will be better if I just use Stored Procedure or Access database.
Another problem I have is to format the data which is a .csv file.
Sample Data:
Group Type Member
Fruit Citrus Orange
Grapefruit
Sweet Peach
Drink Cold Water
Juice
Hot Tea
Coffee
How can I programmatically code the format of the data as I import it in SQL. The space should be filled with the proper values.
Thanks for the help.