Quantcast
Channel: SQLServerCentral » SQL Server 7,2000 » Administration » Latest topics
Viewing all articles
Browse latest Browse all 482

BCP

$
0
0
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

Viewing all articles
Browse latest Browse all 482

Trending Articles