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 |
bpuccha
Starting Member
34 Posts |
Posted - 2012-06-18 : 16:54:29
|
Hi,I have a stored procedure and The output of the stored procedure will be set of rows from a table(There is a select statement at the end of the stored procedure). I want to print the output in a HTML page. I heard like there is HTML wizard in SQL server which we can use to print the data in the HTML format.Does anyone have an idea about HTML wizard ? or how can we print the data in HTML format? |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2012-06-18 : 17:25:51
|
I don't remember a "wizard" but there was very basic HTML support via the Web Task procedures. sp_create_web_task or something like that. Be advised it's very limited and difficult to use, especially from a web site. Are you submitting data from the web site as parameters to the stored procedure? |
|
|
|
|
|