I am a NEWBIE! Please help.
I am designing a dynamic data web site using Visual Web Developer 2008 Express and SQL Seerver 2008 Express with SQL Server Business Intelligence Development Studio with Windows XP Pro SP3.
The application is for a Golf League which will enable members to enter their raw scores. Then I have 2 stored procedures to calculate the Net Scores of each member (Raw Score - Handicap) and calculate points awarded for each hole.
In order to keep the historic data, since handicaps will change, I have a check box field that the query sets to true after it is run so only new data is calculated. I have the Reports working but I need to be able to execute the 2 stored procedures from the web application, preferably automatically just prior to the Report generation.
I have tried to execute them in the report query but it didn't work.