Hello,
I am trying to generate a table in sql server 2000 that pulls x number of random assets per category from a table.
I have already generated a process that produces two tables. One table has two fields: CATEGORY_NAME and ASSETS_NEEDED_FOR_ASSIGNMENT. The other table is a list of all the assets I can choose from. The field names are: ASSET_NUM, CATEGORY_NAME, RANDOM_NUM.
My goal is to pull the top X number of random assets per category based on the random number. I know that 2005 solves this issue, however, any ideas on how this can be accomplished with 2000?
Thanks in advance,
Roland
Kindest Regards,