TSQL - How to URL Encode

Posted by Billy Logan on Stack Overflow See other posts from Stack Overflow or by Billy Logan
Published on 2010-05-25T13:46:04Z Indexed on 2010/05/25 13:51 UTC
Read the original article Hit count: 655

Filed under:
|

Hello Everyone, Looking for a bug free tested sql script that i could use in a UDF to encode a url through sql. Function would take in a URL and pass out a URL Encoded URL. I have seen a few, but all i have come across seem to have some flaws.

Thanks in advance, Billy

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about tsql