Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to delete a concatenated char(13) + char(10) using an sp?

Status
Not open for further replies.

tjohnsb

Programmer
Sep 9, 1999
14
US
My problem is unwanted concatenated carriage returns (char(13)) and line feeds (char(10)) in tables. I would like to create a stored procedure to search for and delete the concatenated characters. I have managed to track the problem linking the table into MS Access but I would like to be able to do it in SQL Server. Any ideas on possible queries to run in SQL Server to start me out? All help will be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top