Application to Export Excel Data to MSSQL Server table
I am having a table available in excel format and features the subsequent:
- Some text is in Arabic (e.g. UTF-8 encoding)
- It has about 170000 rows
- Some text is longer than 255 in length.
I used the previously available Import from Excel to MSSQL Table available in SQL Server but it always trims the text if it is more than 255 chars in length.
I am seeking a solution to import the excel data fully without any chars trimming etc. Bidder might suggest developing a simple program for this, or any other feasible solution.
Skills required are .NET, SQL