I'm using SQL Server Management Studio and I have a table with a primary key which is a combination of letters and numbers.
My co-woker inserted all primary keys and now she wants to start inserting data, so she asked me if I can resave the data so that the table is sorted by its primary key. But I was thinking that it should be already sorted??
So, my question is ...
When I right-click the table and select "Edit Top XXX Rows", is the table already sorted by its primary key?