0

And, if not, is the only other alternative a blob?

1 Answers1

1

XPS documents are zip files that contain XML. You could extract the contents of the zip file and store that in the database, but then you would need to unzip and re-zip every time data came in or out of the database.

Edit: In other words, not in any practical manner.

Mark Ingram
  • 71,849
  • 51
  • 176
  • 230