The following is a Hexadecimal turn to Decimal system custom functions.wrote by Jimmy on Mar 18th 2011use masterGOdrop function [dbo].[Jimmy_HexadecimalToDecimal]gocreate function [dbo].[Jimmy_HexadecimalToDecimal]( @hec varchar(50))returns intasbegin declare @dec int,@count int,@bigbit int,@strone Read More
posted @ 2011-03-18 14:18
Fandy Xie
Views(264)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号