SQL Server Query Editors - any that warn of number of rows to be changed?
        Posted  
        
            by ciaranarcher
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ciaranarcher
        
        
        
        Published on 2010-03-31T08:45:25Z
        Indexed on 
            2010/03/31
            12:03 UTC
        
        
        Read the original article
        Hit count: 330
        
We're using SQL Server 2000 Query Analyser, and one issue we have is that very occasionally, when a user is updating our live database, they insert the incorrect/no(!) where clause. I know, not good, but it happens. 
Are there any editors that will warn of the number of rows that might be changed (if that is even possible) or even a way to configure an editor, if it is connected to a certain database, to prompt for confirmation before the query is run?
We have a way to recover our data in the cases where we run an incorrect query, but it takes time, and I'm just seeing if there are any ways to catch the error, or at least give the user a second chance.
Thanks in advance.
© Stack Overflow or respective owner