Jan 29, 2006 #1 groovin MIS Joined Sep 10, 2003 Messages 42 Location US are there any easy to setup and easy to use tools out there to benchmark sql server? I want to see how much faster (or slower) anohter server is. thanks
are there any easy to setup and easy to use tools out there to benchmark sql server? I want to see how much faster (or slower) anohter server is. thanks
Jan 30, 2006 #2 NoCoolHandle Programmer Joined Apr 10, 2003 Messages 2,321 Location US Set Statistics Time On will give you how long a query ran for (compilaton time etc..).. you also have a number of good options in Perfmon.. as well as running traces via the Sql Trace tool (Profiler).. Upvote 0 Downvote
Set Statistics Time On will give you how long a query ran for (compilaton time etc..).. you also have a number of good options in Perfmon.. as well as running traces via the Sql Trace tool (Profiler)..