Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unable to import a data available in a file with .txt format by using Export/Import wizard

Status
Not open for further replies.

VijiKumara

Programmer
Mar 13, 2018
17
US
Hi,

I am trying to import a data which is available in a flat file(.txt)/tab-delimited, by using export/import wizard available in SQL server. Please see the error attached and provide any solution.

Error1_dmkhej.jpg

Thanks,
Vijay
 
error is quite clear - text was truncated or mismatch code page - manually do the package, ensuring that the column sizes are enough to cover the size of the incoming fields, that the correct column/row delimiter are choosen and that the code page defined on the package matches that of the destination table.

Regards

Frederico Fonseca
SysSoft Integrated Ltd

FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top