Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Remove the special character 'Æ' from the data

Author  Topic 

ankita.vinculum
Starting Member

5 Posts

Posted - 2012-06-11 : 06:19:30
Hi,

I have to remove the special character 'Æ' from my data, for this I have used the replace function - REPLACE(value,'Æ',CHAR(13)+CHAR(10))
but the next problem arrive i.e. If my data is like 'WorkRole =GaEquipmentWorkRoleÆSecurity Filter=GAEquipmnetÆDescription=' then REPLACE
function also replaces all the a following e like 'WorkRole =G quipmentWorkRole Security Filter=G quipmnet Description=' so i required that
function which only remove 'Æ' so that my data will appear as 'WorkRole =GaEquipmentWorkRole Security Filter=GAEquipmnet Description='

ankita

Sachin.Nand

2937 Posts

Posted - 2012-06-11 : 06:54:06
Please do not cross post.

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=175632

After Monday and Tuesday even the calendar says W T F ....
Go to Top of Page
   

- Advertisement -