Home Forums Programming General Reverse string without built in functions RE: Reverse string without built in functions

  • check out the below link, This will give you the function to reverse a string with out using REVERSE.

    http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/

    I always prefer to use existing functions, if they are available instead of duplicating the function.. but again on the other had if we try to duplicate the logic it will increase our programming capabilities :;-)

    I am confusing:hehe: