Viewing 3 posts - 1 through 3 (of 3 total)
Hey,
Thanks for everyone's input, problem fixed.. my declaration for a variable was bogus, i thought i had varbinary, but it was varchar 😛
September 24, 2008 at 3:09 pm
#876696
Bump... Anyone?
This is very weird haha i'm sure it's something really stupid, i just can't see it :S
September 24, 2008 at 12:01 pm
#876575
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...
September 23, 2008 at 8:48 pm
#876093