i have lot of records in excel with 20columns approximately
in the table there is an identity column and 20 columns as it is in excel
i try to do import/export wizard to import the data to sql server. it works by enabling idenity insert
i insert in the sorted order for the a field (Child name) but when i do a group by
like
select childname from table group by child name ...the data is retrieved in different order and not the way it was inserted.