Parameters

  • Is there a way to pass :\ to a stored procedure?

    This is what I am trying to do:

    SP_DB_BACKUP eCommerce, E:\SQLBackup

    BUT, the :\ is causing me problems.

  • you need to pass as a char/varchar like this

    SP_DB_BACKUP eCommerce, 'E:\SQLBackup'

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

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

You must be logged in to reply to this topic. Login to reply