Viewing 11 posts - 1 through 11 (of 11 total)
I ran the Stored Procedure in SSMS and put the same Parameters that I used in SSRS and got results but still no results in SSRS. See screenshot from SSMS....
March 23, 2022 at 9:06 pm
Thank you for all your feedback, I truly appreciate it as I am trying to teach myself as much as I can about SQL and SSRS. I am the only...
March 23, 2022 at 8:48 pm
This is the only WHERE statement in the Stored Procedure.
where @JCCo=JCCH.JCCo and JCJP.Job >= @BeginJob and JCJP.Job<=@EndJob
March 23, 2022 at 8:33 pm
I do not get any errors when I run the report, just blank with no data. See screenshots attached here. Thank you for your help!
March 23, 2022 at 6:14 pm
Yes, the Stored Procedure executes successfully in SSMS. When I run it in SSRS, I get no data returned.
March 23, 2022 at 12:34 pm
Where else can I look or are there scripts to run to help find out what is causing the IO_COMPLETION waits? That is what our main issue is, I believe.
From...
January 5, 2022 at 4:46 pm
I appreciate all the feedback, it is very helpful, as I am a SQL novice.
Yes, please send me the script in regards to indexes and then we can analyze the...
January 5, 2022 at 4:41 pm
The missing indexes still seems like this could be an issue for latency. Does anyone agree? How could we end up with so many missing indexes? Would fixing these indexes...
January 5, 2022 at 3:40 pm
Havin extremely high IO_Completion waits is what made us think it was disk IO.
I think turning off the Query Store will help alot. Now just need to figure out what...
January 5, 2022 at 1:38 pm
Sorry my post is confusing. I wasn't really sure how elaborate on it. Yes, we are having performance issues and it mainly looks like disk IO latency. We have checked...
January 4, 2022 at 1:17 pm
We have looked at our SAN and run diagnostics and there doesn't appear to be any hardware issues. I am more of a hardware/networking guy and SQL novice, so if...
January 3, 2022 at 5:02 pm
Viewing 11 posts - 1 through 11 (of 11 total)