Thread
:
Getting list of recently added IDENTITY items
View Single Post
#
3
(
permalink
)
02-29-2008, 06:39 PM
Doug
Posts: n/a
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.
Doug