Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Stored proc not returning data in SSRS

$
0
0
Hi Experts,
I am running a query below in ssms and it returns data,but when i put the same query on stored proc it returns nothing.The query must return yesterday's data
Please help
Create proc dbo.p_RS_Created_Bonuses 
AS(
SELECT

Viewing all articles
Browse latest Browse all 3145

Trending Articles