Hi, i need to export data from a view to a PSV file.I'm traing to do this t-sql:exec master..xp_cmdshell 'bcp "select * from [database]..test1" queryout "c:\Import.psv" -T -S "server\instancename"'I receive an error:Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot resolve collation conflict for replace operation.I want to export this data to a unicode PSV so that people from Oracle can import it.Can someone help please? thank you
↧