Activity overview
Latest activity by JHH
                    
                      
                        Thanks Andrew.  My opinion is that this is a pretty lethal weakness with Multi Script.  @TRANSCOUNT is zero.  @TRANCOUNT AS CHAR(3)) @TRANCOUNT > 0 
BEGIN 
COMMIT; 
END; @TRANCOUNT AS CHAR(3)) / comments
                        
                        
                        
                      
                      
                      
                
                  Thanks Andrew.  My opinion is that this is a pretty lethal weakness with Multi Script.@TRANSCOUNT is zero.@TRANCOUNT AS CHAR(3))@TRANCOUNT > 0
BEGIN
COMMIT;
END;@TRANCOUNT AS CHAR(3))
                      
                    
                  
                    
                      
                        Uncommitted transactions -- the "silent" problem
                        
                        
                        
                        
                      
                      
                      
                
              Sometimes it can be the case -- particularly when running a complicated stack of scripts -- that Multi Script will execute a script in the stack that contains an unbalanced number of BEGIN TRAN and...