I'm looking for a way to simply convert/cast plain text to RTF in my T-SQL INSERT statement. I'm working from excel where I generated a bunch of INSERT statements. Problem is that the tool reading from the DB requires that the text be in RTF format.
Can this be done?
Thanks in advance!
You could try:
Save the resulting text as a .RTF file