bcp отказывает в доступе

artemov
Дата: 15.10.2003 14:04:03
запускаю
bcp baza1.dbo.teble1 out texy.txt -c -U sa -P paswordsa
в ответ отказанов доступе.
Аутентификация win200.
Пробовал несколько вариантов учетных записей, а ответ тот же.
???
jimmers
Дата: 16.10.2003 19:44:28
Sorry, maybe you run SQL Server with Windows Authentication only. In this case use:

bcp baza1.dbo.teble1 out texy.txt -c -E

Also verify that Windows user issuing the above command is granted login to SQL Server.
Call
Дата: 16.10.2003 23:43:12
If it is Win authorization, then why do you use -U sa -P paswordsa?