there is any simple way to know which one of two SQL Store procedure works better?
            Asked
            
        
        
            Active
            
        
            Viewed 168 times
        
    2
            
            
        - 
                    4Define 'works better'. – mrogers Jun 14 '17 at 20:55
- 
                    If you are wanting to compare performance then compare the actual Execution Plan s for both stored procs. – Igor Jun 14 '17 at 20:55
- 
                    3https://stackoverflow.com/questions/7649109/what-tools-are-out-there-for-profiling-stored-procedures-in-sql-server-other-tha – mrogers Jun 14 '17 at 20:56
- 
                    Thanks!!!!!!!!!!!!!!!! – Kevin Haunstetter Jun 15 '17 at 15:46
1 Answers
2
            Click the Include Actual Execution Plan before running both sp (on the same run) and check the percentages
 
    
    
        mrbitzilla
        
- 368
- 3
- 11
