SQL Server Hapus Enter dari String

SELECT REPLACE(REPLACE(@str, CHAR(13), ''), CHAR(10), '')