Home Forums SQL Server 7,2000 General HTML Tags in Data -- I want to remove them RE: HTML Tags in Data -- I want to remove them

  • You likely need to do a little programming/scripting using a regular expression to remote the tags.  Suggest you do a web search for "regular expression remote html tags" and you'll find the re expressions you can use.

    Good luck,

    Pete