Comments
                          
                            Sort by recent activity
                          
                          
                        
                      
                      
                        None really, this is default I guess. 
If you do a BEGIN TRANSACTION 
UPDATE sometable SET someColumn=1  
and you leave out the commit, you should get a warning when you close the screen. / comments
                        
                        
                        
                      
                      
                      
                  
                    None really, this is default I guess.
If you do a BEGIN TRANSACTION
UPDATE sometable SET someColumn=1
and you leave out the commit, you should get a warning when you close the screen.
                      
                    
                      
                        As far as I know, there is no setting to check for open transactions in the MultiScript application, that's the point. 
I'm using MSSQL 2005 and 2008, and if you run a script there with an unfinished transaction, you get a warning when you try to close the query screen. / comments
                        
                        
                        
                      
                      
                      
                  
                  
                As far as I know, there is no setting to check for open transactions in the MultiScript application, that's the point.
I'm using MSSQL 2005 and 2008, and if you run a script there with an unfinishe...
                      
                    