Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 identity problem

Author  Topic 

sona
Yak Posting Veteran

68 Posts

Posted - 2001-10-16 : 03:39:24
My table in local server has identity column.
When i try to insert data from my table to a table of the same structure in a linked server

it is throwing a error like,

" cannot perform set operation in the remote server."
On the other hand, if i ignore the id also
it is throwing a error that
"no. of supplied columns does not match"

   

- Advertisement -