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
2807
13-Feb-2012
Updated on 13-Feb-2012
Pravesh Singh
13-Feb-2012Yes! 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.