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)
 RTF (Rich Text Format) field to ASCII Text

Author  Topic 

Papote
Starting Member

4 Posts

Posted - 2009-04-07 : 22:47:51
I have uploaded a 700,000+ table in SQL Server 2005 and one of the fields is in RTF Format I need to convert it into ASCII Text. If possible, I can add another field for the conversion.
I might access it in Access 2007 if need to use VBA code.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-04-08 : 02:20:31
Have a look at http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=90034


E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page

Papote
Starting Member

4 Posts

Posted - 2009-04-09 : 01:15:43
Bit of a newbie with SQL server...
Seems way out of my league...
Go to Top of Page

Papote
Starting Member

4 Posts

Posted - 2009-04-09 : 08:44:21
Created the function and ran the SQL code to convert MY RTF, but didn't remove all the RTF tags.
Go to Top of Page
   

- Advertisement -