View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 06:39 PM
Doug
 
Posts: n/a
Default Re: Getting list of recently added IDENTITY items

sure.
get a timestamp, including milliseconds from the local workstation.
insert that timestamp into a column.
then you can group by timestamp.

Reply With Quote