Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for everyone who is invloved.
dense_rank did work.
September 1, 2009 at 1:21 pm
Here is what I am expecting. I am listing only 2-3 records per month, in real I get 30/31 records per month.
(day_date) (year_num) ...
September 1, 2009 at 12:52 pm
Try this and see if it works
select INFOR.TRAIN.IMSV7.EMPLOYEE.EMPID
from INFOR.TRAIN.IMSV7.EMPLOYEE
August 27, 2009 at 1:22 pm
Thanks for all of your efforts. I got what I was looking for.
August 27, 2009 at 11:54 am
How about writting a trigger to maintain new temp kind of table on same server and same database.
On nightly basis use BCP to port data to different server.
August 26, 2009 at 1:47 pm
Populate new column into temp table by set based SQL and then insert desired usernames by selcting distinct values from temp table.
August 26, 2009 at 1:31 pm
Viewing 6 posts - 1 through 6 (of 6 total)