Skip to Content
0
Former Member
May 21, 2014 at 04:25 PM

table without primary key or unique index

785 Views

I have a table has no primary key or unique index, but there is one non-unique index, what's possible problem for this table? Big impact on performance on insert/select?

if so, how to add a id column(like MS Sql server identity column) to this table?