Jul 19, 2001 #1 sushmita MIS Joined Jun 12, 2002 Messages 2 Location IN Please give me a SQL Server stored procedure/function to strip all tags ina string
Jul 31, 2001 #2 DBAguy Programmer Joined Feb 8, 2003 Messages 7 Location US define tags Upvote 0 Downvote
Aug 10, 2001 #3 vechalapu Programmer Joined May 2, 2001 Messages 58 Location US If you want to remove spaces you can use ltrim and rtrim to remove all spaces in a string. Upvote 0 Downvote