Hi,
I am using Tableau 10.3
to connect to a stored procedure (SP) in a SQL Server (2012) Database. Tableau can connect to any regular tables in the database when I drag one to the data course canvas.
However, when I drag a SP to the data source canvas, Tableau
does not get any data from that SP. The SP is as simple as below (for testing purposes):
ALTER proc [dbo].[Tableau_testOnTableRptCat] as begin select * from ReportCategories end
Thank You
Honey