Dear all.
I am designing the database for SQL server 2005 . I have problem in planning index.
In one part I have personal table. I don’t need quarry by personal ID any time but I create clustered index in personal ID by add primary key constraint .
I decide have to clustered index constraint in other column for example last name or SSN and add none clustered index for primary key.
I need some Idea about this.
Thank you , Saeid.
I am designing the database for SQL server 2005 . I have problem in planning index.
In one part I have personal table. I don’t need quarry by personal ID any time but I create clustered index in personal ID by add primary key constraint .
I decide have to clustered index constraint in other column for example last name or SSN and add none clustered index for primary key.
I need some Idea about this.
Thank you , Saeid.
Comment