Viewing 2 posts - 1 through 2 (of 2 total)
http://beginner-sql-tutorial.com/sql-commands.htm
http://www.w3schools.com/
June 5, 2013 at 12:20 am
#1621188
Try the below function, Whateveru want u can do with this
CREATE FUNCTION GEN_FN_StripCharacters
(
@strInputString NVARCHAR(MAX),
@strMatchExpression VARCHAR(255)
)
/*
--- Purpose : To remove the specified...
June 4, 2013 at 10:50 pm
#1621175