Forum Replies Created

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

  • RE: Variable Table Names

    ColdCoffee (4/27/2010)


    Happy that my code helped you..

    As for your error, you are trying to concatenate INT value to a VARCHAR variable.. To negate his error , we will have...

  • RE: Variable Table Names

    Dear ColdCoffee

    Thank you very much for your great and quick reply.

    I did the following SP as your instructions :

    ALTER PROCEDURE [dbo].[SPDel]

    -- Add the parameters for the stored procedure here

    (

    @Tb VARCHAR(100),

    @Col...

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