Forum Replies Created

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

  • RE: How to Build Dynamic Stored Procedures

    I believe that the second portion, "trying to concactinate NULL values" could be a good start in finding out why it is not working. Thanks again.

  • RE: How to Build Dynamic Stored Procedures

    Thank you for the quick reply and yes, I tested your code and it works fine on my system so, in theory, I should have a syntax error.

    Taking my example...

  • RE: How to Build Dynamic Stored Procedures

    Does anyone actually test this code or is most of this stuff just rumors?

    According to most of the information I should be able to create multiple variables...

    DECLARE @SELECT varchar(100)

    DECLARE @FROM...

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