Web Listing 5. Code That Invokes the sp_makewebtask Tool to Generate Updated Test- Result and Bug Reports Exec sp_makewebtask @outputfile = 'c:\SecurityChecks.htm', @resultstitle = 'Security Test Results', @query = 'SELECT * FROM tabConfigSettings ORDER BY TestResult, TestDate' and Exec sp_makewebtask @outputfile = 'c:\SecurityBugReport.htm', @resultstitle = 'Security Bugs', @query = 'SELECT * FROM tabBugReports ORDER BY DateLogged'