Viewing 15 posts - 1 through 15 (of 133 total)
You could probably use TRIGGER_NESTLEVEL to do that.
I tend to use session context values instead, set via sys.sp_set_session_context and SESSION_CONTEXT(N'<key_name>'). If you want more info on this method,...
January 28, 2022 at 7:22 pm
I will say you've give me a lot to read and think about.
Thanks,
December 15, 2020 at 7:36 pm
Let me try this in sql. I think this should work fine.
Thanks,
December 9, 2020 at 2:47 pm
What would I like to accomplish? I would like a single result set that shows all employees and the Start and End dates of their time off:
Column A: EE
Column B:...
October 9, 2020 at 4:49 pm
This is how the data is stored in the system. There is no start or end date in the system. Any actual day off is recorded in a row separately....
October 9, 2020 at 4:42 pm
The code in the report worked awesome. Thanks. But I did run into a problem since it had more that one group. My fault, I left it out. I like...
August 6, 2020 at 5:24 pm
The TSQL didn't work. The report can't do a double aggregate like Sum(Last()).
You're code is awesome for testing. I should have thought of this. My fingers are crossed and I'm...
July 24, 2020 at 2:58 pm
You're right, and I do apologize. I'm a little confused as to how to ask what I need. I'll see if I can get some data, but first how about...
July 24, 2020 at 1:47 pm
The example I get is horrible, I should redo the thread. Sorry about that. Let me try this.
This is closer to what I want. In yellow I...
July 23, 2020 at 10:09 pm
If I include it as a sub report it only shows the first employee because the parameter expression is =First(Fields!Employee.Value, "Employee"). If I take out the first I get an...
February 25, 2020 at 2:03 pm
I'm not sure how to combine two different types of tables into one. How do I force a page break on employee? Since they are two separate tables the results...
February 25, 2020 at 1:43 pm
Awesome, Cross Join with Union All worked perfect.
Thank you,
February 19, 2020 at 1:37 pm
Thanks but I can do the T-SQL. I'll just do that.
October 30, 2019 at 3:31 pm
I'm fairly sure we haven't add anything to our SQL Server yet. I'll look this over, but I think I need to do that first. Oops, wrong forum.
October 30, 2019 at 3:20 pm
Viewing 15 posts - 1 through 15 (of 133 total)