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.