Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Problem using IF EXISTS in a stored procedure

    Mike01 and BTeraberry,

    Thank you for all your help. I have followed your suggestions in the stored procedure:

    1) Removed the GO following the IF EXISTS construct

    2) Explicitly referenced the database...

  • RE: Problem using IF EXISTS in a stored procedure

    Thanks for the reply. I agree that TRUNCATE makes more sense than doing a drop and recreate. However, I still can not get the IF EXISTS construct to...

  • RE: SQL help

    I think I have a solution although it is not pretty and probably not the most efficient. I wrote some T-SQL to accomplish what you needed. Following your...

Viewing 3 posts - 1 through 3 (of 3 total)