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 |
|
Ramnadh
Starting Member
23 Posts |
Posted - 2004-06-02 : 08:15:32
|
| Hi, I have saved two RTF (RichTextFormat) Data into the Database in two different tables. Now i need to merge those two RTFs into one RTF. How can i do this in SQL Server.Can anyone help me.Regards,Ramnadh.Ramnadh |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-06-02 : 12:53:50
|
| You'll need to do this from a front end application and not in SQL Server. SQL Server can't manipulate images with T-SQL.Tara |
 |
|
|
|
|
|