Hello Everyone,
Is there any option in SQL Server to import data from text file.
Please resolve my problem as soon as possible.
Thanks in advance!
How to import and export data in SQL server from different file format
Ask by Anonymous User
Updated 13 Feb 2012
Yes! SQL server has an option to resolve this problem. To import data from text file in SQL table, you can use Bulk Query command. Let's take a look of this command.
I hope it might be useful for you.