Click here to Skip to main content
15,915,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a template file like below details:

ASP.NET
<%
ProductGroup=0
Product=""
Industry=0
Author=""
Title=""
LastUpdate=now()
Country="WW"
PageType=21
NavigationOverride=1
BodyGraphic=""
ExtraNav=""
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Start of CSS
<style type="text/css">
pre {
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
/* width: 99%; */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

</style>
End of CSS-->

<!--#include virtual="/include/cag_TopNav.inc"-->
<link rel="stylesheet" type="text/css" href="http://www.chem.agilent.com/en-US/Support/Downloads/Patches/Documents/prestyle.css">
</head>
<img src="http://cp.home.agilent.com/agilent/images3/home2/agilentlogo-home.gif" alt="Agilent Technologies" /> 
<basefont face="arial,sanserif" />
<HR>
<P ALIGN=CENTER>Software Status Bulletin</P> 
<HR> 
<%begindetail%>
<P>G1701 MSD Productivity Software&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G1701\10 EA</P>
<!-- <%insert_data_here%>-->
<!--<%insert_data_here%> -->
Known Problem Report as of <%insert_data_here%><P>
<%enddetail%>
Preface<BR>
-------------------------<BR>
Known Problem Reports: This section contains KPRs, with all the available
information relevant to the problem.  KPRs in this section are sorted by KPR #.<P>


Previously I was using sp_makewebtask to query data from sql database and map the template field and output a .HTML file. now the sp_makewebtask has been void after sql2008.so how can i do this using SSIS or any other option.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900