• akberali67 (3/18/2013)


    Hi,

    I have a query window with a lot of code but I do not want to run it entirely in error, is there something I can place in the beginning of the code that will throw me a message?

    Thanks,

    Akber.

    The easiest thing to put at the top would be a simple select query referencing a table that does not exist.

    Something like SELECT * FROM Table_That_Does_Not_Exist.