I want to generate reports from my SQL Server tables.
I have some already made stored procedures that I would like to use to generate reports from.
I haven
Expand the Advanced options in the Get Data -> SQL Server dialog, and write a SQL Statement to execute your stored procedure such as:
Advanced options
Get Data -> SQL Server
EXEC [dbo].[usp_NameOfYourStoredProcedure]