Hi
How to Create Html File using Sql server .
I have mention my Data like this when i run procedure i need generated
Html File using sql server only. How will do this any one guide me
My Table output this
Id Name Content
1 John <html><a1>Test1</a1></html>
2 David <html><a1>Test2</a1></html>
3 Refel <html><a1>Test3</a1></html>
1.html contains
1 John <html><a1>Test1</a1></html>
etc...
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com