I have one text file generated using SQL Server 2005. While I am importing the text file into one of my PostgreSQL table using "copy" it is giving me the following error:
ERROR: invalid byte sequence for encoding "UTF8": 0xff
Can any one tell me what i need to do get the data from SQL Server 2005 to PostgreSQL?