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)
 queries problems,urgent

Author  Topic 

muhiar
Starting Member

37 Posts

Posted - 2006-03-19 : 08:03:23
hi all
i have a bigggggggggggggggggggggg problem
i have an msaccess application with tables in msaccess to
i migrate the tables to be sql server 2000 ones
for each table i added in auto serial to be auto number and primary key
the problem is that all the delete and append queries no longer work
it keeps displaying a message can't append all records in the query
due to key violation

does any body know how to solve it????????
or other ideas???

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-03-19 : 08:30:02
Are you getting these error in SQL Server or Access??

you can not update the Identity column in the Identity columns.

Give some more information so that we can help you in much faster way ..

Sucess Comes to those who Believe in Beauty of their Dream..
Go to Top of Page

muhiar
Starting Member

37 Posts

Posted - 2006-03-20 : 00:57:57
thnx 4 ur response
these queries run in msaccess application with linked tables and primary key of those tables
affected are identity that has to be auto increment????
Go to Top of Page
   

- Advertisement -