Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Juliano Pessoa

exportar dados com o bcp no formato ascii ()

Recommended Posts

alguem poderia me ajudar com um exportação de dados que preciso fazer....preciso exportar um view no sql para um arquivo texto no formato ascii, mas não sei como fazer isso com o comando bcp, please me ajudem!thanks!

Compartilhar este post


Link para o post
Compartilhar em outros sites

No books on-line têm o seguinte exemplo:For example, the Northwind database has the table Jane's Orders, which is owned by user Jane Doe. To bulk copy this table from the Northwind database to the Orders.txt file using the login Jane Doe and the password go dba, execute one of these commands:bcp "Northwind.Jane Doe.Jane's Orders" out "Jane's Orders.txt" -c -q -U"Jane Doe" -P"go dba"Para maiores esclarecimentos você poderá usar o book on-line.você tb pode utilizar o DTS que executa a msm funcção e tem um Wizard para auxiliar.t+jothaz

Compartilhar este post


Link para o post
Compartilhar em outros sites

No books on-line têm o seguinte exemplo:For example, the Northwind database has the table Jane's Orders, which is owned by user Jane Doe. To bulk copy this table from the Northwind database to the Orders.txt file using the login Jane Doe and the password go dba, execute one of these commands:bcp "Northwind.Jane Doe.Jane's Orders" out "Jane's Orders.txt" -c -q -U"Jane Doe" -P"go dba"Para maiores esclarecimentos você poderá usar o book on-line.você tb pode utilizar o DTS que executa a msm funcção e tem um Wizard para auxiliar.t+jothaz

Onde está o parametro que indica que o tipo de arquivo é ASCII????

No books on-line têm o seguinte exemplo:For example, the Northwind database has the table Jane's Orders, which is owned by user Jane Doe. To bulk copy this table from the Northwind database to the Orders.txt file using the login Jane Doe and the password go dba, execute one of these commands:bcp "Northwind.Jane Doe.Jane's Orders" out "Jane's Orders.txt" -c -q -U"Jane Doe" -P"go dba"Para maiores esclarecimentos você poderá usar o book on-line.você tb pode utilizar o DTS que executa a msm funcção e tem um Wizard para auxiliar.t+jothaz

Compartilhar este post


Link para o post
Compartilhar em outros sites

Não entedi mto bem o que você deseja. Sou meio lerdo! :o)você que que ao expotar um tabela para um arquivo texto a letra "a" seja substituida por "65" (cósigo ascii) no arquivo destino?J

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.