Viewing 5 posts - 1 through 6 (of 6 total)
Thank you but i need something like below
DECLARE @Max_MAC BINARY(8)
DECLARE @StartRange BINARY(8)
DECLARE @EndRange BINARY(8)
DECLARE @MAC_Address BINARY(8) ...
September 15, 2009 at 8:53 am
Thanks for your answer but is it possible to give me some sample code.
Regards
Tom
September 15, 2009 at 12:53 am
Thanks for your answer but could you give me some sample code.
Regards
Tom
September 15, 2009 at 12:06 am
I have found a solution
With the function CHARINDEX I can find the startPosition of the string that I search and I know the lenght of the string so I...
April 30, 2008 at 6:36 am
Hello I've found a way to perform an update but this code will only update the varchar value at a given position. In this example you see that on position...
April 30, 2008 at 6:16 am
Viewing 5 posts - 1 through 6 (of 6 total)