Forum Replies Created

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

  • RE: Issue with stored procedure...

    Hey,

    Thanks for everyone's input, problem fixed.. my declaration for a variable was bogus, i thought i had varbinary, but it was varchar 😛

  • RE: Issue with stored procedure...

    Bump... Anyone?

    This is very weird haha i'm sure it's something really stupid, i just can't see it :S

  • RE: Issue with stored procedure...

    Column1 of table1 is indeed of varbinary type.

    dbo.eProcedure as the following definition:

    CREATE PROCEDURE [dbo].[eProcedure]

    -- Add the parameters for the stored procedure here

    @CT varchar(MAX) = NULL,

    @et...

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