I have a very complex crosstab type of report I have been assigned to produce and my approach has been to create a temp file in the database with all the column headings and zeros in all the places where the numbers would go. What I want to do is to use several SQL statements to update the temp table and fill in the numbers.
Can I get a series of sql statements to run in a single stored procedure?
Can I get a series of sql statements to run in a single stored procedure?