B
Beth
Hi.
I have some VS 2005 VB.NET code that uses the writeToServer method of a
sqlBulkCopy object to write records in a dataTable to the SQL server.
The code works fine against our SQL Server 2000 database, but we get a
'login failed' error against 2005.
The DBA says the account on 2005 has dbOwner permissions and bulk
administrator permissions. I'm not setting any of the copyOptions of the
writeToServer method.
Any ideas for what to try to get this to work on our 2005 server?
Thanks,
-Beth
I have some VS 2005 VB.NET code that uses the writeToServer method of a
sqlBulkCopy object to write records in a dataTable to the SQL server.
The code works fine against our SQL Server 2000 database, but we get a
'login failed' error against 2005.
The DBA says the account on 2005 has dbOwner permissions and bulk
administrator permissions. I'm not setting any of the copyOptions of the
writeToServer method.
Any ideas for what to try to get this to work on our 2005 server?
Thanks,
-Beth