use SET STATISTICS IO to see if it uses too much IO resources
use SET STATISTICS TIME to see the time usage
use SET PLAN ALL to see the IO, Time and Sub tree costs for each part of your batch query. Further you can get a sum of the TotalSubtreeCost to get a base figure for you query performance.