did u run this query, if no then run it.Tell me if it's working
Code:set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER FUNCTION [dbo].[fn_md5] (@data varchar(255)) RETURNS CHAR(32) AS BEGIN return SUBSTRING(master.dbo.fn_varbintohexstr(HashBytes('MD5', @data)), 3, 32) END
Last edited by JemCanoy; 09-12-12 at 05:23 AM.
ok i'll try,,tnx to your kindness dude..^_^
cant connect to server T_T...........im so noobs..............
can you help me plzzz..