How to do a simple SELECT/UPDATE/DELETE performance test?
1
vote
1
answer
517
views
I have a table which might be causing excessive delays during insertion of new records. I'd like to run a test against the database, measuring how long it takes to select, insert, and delete from the table.
Are there any built-in tools to do this against an SQL Server database table?
Asked by Jay Sullivan
(371 rep)
Aug 13, 2012, 02:28 PM
Last activity: May 7, 2020, 09:51 PM
Last activity: May 7, 2020, 09:51 PM