Hi SQL Servers,
I'm working with a SQL Server 7 table that someone else created.
In Enterprise Manager, I tried to delete 2 rows from this table....got an error I've never seen before....
"Key column information is insufficient or incorrect. Too many rows were affected by the update." Red X
My SQL Select statement only returned 2 rows... so it's strange that is says "too many rows affected..."
Also, I've noticed that when I insert just a few rows, the row count Enterprise Mgr shows is wrong - shows more rows than it should.
** For whatever reason, the developer did not flag any columns as Key and none are Identity, none are Rowguid. **
Could that cause this problem? and what should I do?
Thanks, John
I'm working with a SQL Server 7 table that someone else created.
In Enterprise Manager, I tried to delete 2 rows from this table....got an error I've never seen before....
"Key column information is insufficient or incorrect. Too many rows were affected by the update." Red X
My SQL Select statement only returned 2 rows... so it's strange that is says "too many rows affected..."
Also, I've noticed that when I insert just a few rows, the row count Enterprise Mgr shows is wrong - shows more rows than it should.
** For whatever reason, the developer did not flag any columns as Key and none are Identity, none are Rowguid. **
Could that cause this problem? and what should I do?
Thanks, John