Tableau does not get data by connecting to SQL Server stored

Posted by honey5 on 15-Feb-2018 05:34

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



All Replies

This thread is closed