error while executing a query from SQL Server Management Studio

Odpovědět error while executing a query from SQL Server Management Studio

  • Tuesday, June 30, 2009 11:57 AM
     
     
    Hi,

    does anybody has information or a solution for the following message:

    Msg 28102, Level 16, State 1, Line 2

    Batch execution is terminated because of debugger request.


    When I try to run my query from SQL Server Management Studio, something starts to debug my query. debugging is then running minutes and minutes.. does this mean that my SQL query is wrong or how can I prevent the query from debugging?

    Thanks,

    Regards


    Viele Grüße Christian Vogelgesang

All Replies

  • Tuesday, June 30, 2009 12:25 PM
     
     Answered
    If you do not want to start debugging, make sure you are click the "Execute" button (or press F5) and *not* the green right arrow.  The arrow starts the debugger.

    --
    Hope this helps.
     
    Dan Guzman
    SQL Server MVP
    http://weblogs.sqlteam.com/dang/
    • Marked As Answer by serendipidy Wednesday, July 01, 2009 6:19 AM
    •  
  • Wednesday, July 01, 2009 6:19 AM
     
     
    Thanks Dan!
    Viele Grüße Christian Vogelgesang