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.
| 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 |
|
|
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... |
 |
|
|
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. |
 |
|
|
|
|
|