Viewing 7 posts - 1 through 7 (of 7 total)
I'm surprised at the lack of response to this article and votes for it over the last year. This is pretty important for optimization. I think the best advice from...
May 16, 2006 at 9:45 am
Ha! I knew it has to be somewhere. Guess my search needed to be "multivalue" and not multi parameter. Try as I might to search it always comes down to...
November 28, 2005 at 8:28 am
I think that the orginal article is a classic mistake. I didn't see the error at first because the issue with the column name distracted me, it is odd that...
July 7, 2005 at 8:44 am
Well actually it's
declare @s-2 nvarchar(40), @sval int
set @s-2 = 'select @sval = 0x2C'
exec master.dbo.sp_executesql @s-2, N'@sval int out', @sval out
select @sval
And it works...
April 20, 2005 at 12:40 pm
I need to be able to pass a varchar field into a function to get back the decimal. All my data is stored in a varchar field due to the...
April 20, 2005 at 9:30 am
I tried that one, I couldn't get it to go back into a string. Thanks for the help.
April 19, 2005 at 8:41 am
I decided to start from scratch on this and find out how to manually convert the a hex number to a decimal. There was a great article about this on...
April 17, 2005 at 9:19 pm
Viewing 7 posts - 1 through 7 (of 7 total)