0
what is the Proferance issue if i create non clusterd index without clusterd index?
Hi All,
I have very big table where we have 40000000 records. but don't have any Primary key so i cannot create clusters index. i have integer type columns in this table but not unique data.
please suggest me how i have improve performance of my query, without clustered index
Please help.
Thanks!
I didn't find the right solution from the Internet.
References:
Customer support service by UserEcho
If I was you, I would create a new table with id Primary Key and insert your table there.