Hi All,
I want to make a performance test on my sql server database.Is there any tool to populate the sql server database.If so mail me the details?.Thanks..
Printable View
Hi All,
I want to make a performance test on my sql server database.Is there any tool to populate the sql server database.If so mail me the details?.Thanks..
generate a random data and try to populate the database and in SQL Server profiler set a trace for any inserts and updates in database...Quote:
Originally posted by sanjhay
Hi All,
I want to make a performance test on my sql server database.Is there any tool to populate the sql server database.If so mail me the details?.Thanks..
Need to know ur database structure before u generate that random data...
Cheers...
Write a simple INSERT INTO statment and send it through a loop