Option to generate html format
I have a requirement for converting Oracle's CTX_DOC packages to SQLServer:
There is a function CTX_DOC.FILTER (which generates a plain text or HTML version of a document and stores it in a table).
Is there any option to generate a HTML/text version of document in SQLServer.
[287 byte] By [
Srik] at [2008-2-15]
Thanks for your information. I 've planned to generate an XML file then view it via XSLT.
Here is a sample query:
select * from employee for xml auto
I tried to create Virtual Directories and invoked "IIS Virtual Directory Management for SQL Server". But i could not find any Default Web Site option. Is there any am missing here?