Looking for a tool to randomly populate a DB

  • Dear all,

    I want to build up a database to perform some performance tests. I need to populate 10 tables. Some of them are linked with secondary key constraints or have unique indexes and/or primary key. Are there tools that could randomly populate those tables while enforcing the constraints ?

    Thanks

    Patrick

     

    Patrick Duflot

  • The resource kit for SQL2005 Beta2 contains a tool called databasepopulator. I think it will also work for SQL2K. Another option, though it's not free would be Quest Software (http://www.quest.com), which has a tool called datafactory which does what you want.

    M

    [font="Verdana"]Markus Bohse[/font]

  • I'll check that out

    Thank you Markus

    Patrick

    Patrick Duflot

  • Database populator also works for SQL2K as well as SQL 7.0. It should work for the table dependencies that you described.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply