Viewing 15 posts - 166 through 180 (of 232 total)
I've run them both in SSMS and they both run fine, both producing the expected results.
Something with the Iif parameter isn't right. It's like the "WHERE provider = "...
December 1, 2011 at 3:01 pm
I added the spaces like Jason mentioned (after the "LIVE" and before the "WHERE"):
="SELECT rss.TripDate, rss.Provider, rss.[Route]" &
", rss.SETime, rs.SETime " &
" FROM [dbo].[RouteScoring_SnapShot] rss (NOLOCK)" &
" LEFT JOIN [dbo].[RouteScoring]...
December 1, 2011 at 2:14 pm
...so apparently one fix leads to another issue...
It works great now ...if the parameter is KC. Otherwise, the report runs but I get no data if it's something other than...
December 1, 2011 at 1:34 pm
thankyouthankyouthankyou.
I so rarely work with expressions in SSRS that I never would've caught that.
And once again, thank you.
😀
December 1, 2011 at 1:19 pm
I stumbled across this thread today and wondered if I might enlist more help on this topic. I'm running the supplied queries but with the namespace for 2008 R2...
September 30, 2011 at 4:41 pm
I guess I'm just looking at this process in my own environment. I can't seem to think of any scenario where i'd have to go back to a point...
September 26, 2011 at 4:31 pm
I think you might be. The nightly restore I mentioned is on a different server altogether, for a different purpose, outside of the log shipping process and done only...
September 26, 2011 at 4:12 pm
Hey thanks for the confirmation. I was second guessing myself there.
Thanks for the advice too. I actually restore last night's backup to our backup server each morning as...
September 26, 2011 at 3:05 pm
Makes sense.
Thank you! I appreciate the assistance!
August 16, 2011 at 2:10 pm
Another good point. Thanks for all the help.
Question though, if this column is in Date format and the other fields are smalldatetime and I do a DATEDIFF between the two,...
August 16, 2011 at 1:54 pm
You bring up a good point, which I totally overlooked, not reviewing how I manipulate the dates in the rest of the code. I do indeed have to convert...
August 16, 2011 at 1:16 pm
Thanks so much for your input. Actually, the answer came to me not long after I posted the question. And trust me, it was a "duh" moment...
I had...
August 10, 2011 at 11:52 am
Doh! (*picture some forehead slapping here*)
Wow. What a difference once space makes. Thank you!!!!
😀
July 5, 2011 at 9:13 am
I think that just might do it. Thanks alot!
April 5, 2011 at 12:10 pm
Craig! I think that's it! Wow, what a difference a little <> makes. hehe
Your query does bring up all the caseids that are still open, and that have associated...
February 22, 2011 at 11:08 am
Viewing 15 posts - 166 through 180 (of 232 total)