View Single Post
  #1 (permalink)  
Old 04-20-09, 01:07
monicas monicas is offline
Registered User
 
Join Date: Apr 2009
Posts: 3
MSSQL/Great Plains using DEX_ROW_ID to sort

We are using MSSQL to manage different systems, we use the input from Great Plains and then we post some information to other systems.

I started having some problems and we post a big invoice, the order was not correct. If I print the invoice the order was the correct one but if I open the MSSQL table, the order was not correct. After several test I found that if I sort using DEX_ROW_ID, I'll get the order order. Is this correct?

What is the best way to sort the table in base of the time when the row was created?

Thanks,
Monica
Reply With Quote