I'm using SQL 2000. I have a primary key field which I need to enter 'NETPRICES' for every row. I get the error message "Can not insert duplicate key in object IV00401 which is my table." I need to keep this field as a primary key field because it's part of Microsoft Great Plains Software. I have about 1200 records I need to insert into this table all having the same primary key. How can I do this? Thanks