Viewing 15 posts - 106 through 120 (of 3,543 total)
Getting kind of back on topic, has anyone tried the demo I provided?
Not yet. I'm not back in the office until Monday 🙂
January 9, 2020 at 6:46 pm
Unzipping files is natively available in .NET, so there should be no need to install additional software.
See here for more info.
Just to be sure,...
January 8, 2020 at 6:30 pm
Unzipping files is natively available in .NET, so there should be no need to install additional software.
See here for more info.
I was thinking the same and there are...
January 8, 2020 at 5:11 pm
This is why I moved away from SSIS and ACE for spreadsheets with mixed data (ie numeric and alphanumeric) in the same column, unless I...
January 8, 2020 at 4:45 pm
This is why I moved away from SSIS and ACE for spreadsheets with mixed data (ie numeric and alphanumeric) in the same column, unless I can guarantee...
January 8, 2020 at 4:25 pm
This is why I moved away from SSIS and ACE for spreadsheets with mixed data (ie numeric and alphanumeric) in the same column, unless I can guarantee the...
January 8, 2020 at 4:16 pm
This is why I moved away from SSIS and ACE for spreadsheets with mixed data (ie numeric and alphanumeric) in the same column, unless I can guarantee the data. Even...
January 8, 2020 at 3:13 pm
Finally, issue is fixed which was a silly and it's done. 🙂
OK, so what was the "silly" fix you employed?
I'll also state that it's a shame that...
January 7, 2020 at 4:33 pm
Not me, back at work and getting some things done here today.
Enjoy the holiday, and be safe. My daughter had surgery last week, so we're still helping her...
December 31, 2019 at 11:59 pm
My post was in jest 🙂
But agree with your post, I have a proc that calls several procs in a specific order with some logic to decide whether to call...
December 29, 2019 at 6:24 pm
You said cursor, wash your mouth out and say three Hail Marys to repent :-/
December 29, 2019 at 2:16 pm
This maybe due to mixed data types and if grade levels is numeric then this would be the case. You could try to make all sort values character and add...
December 22, 2019 at 12:18 pm
In yours it is 'Group by', click in the fx button to show the expression box and use something like this
=Choose(Parameters!SortParam.Value+1,
Fields!StudentName,
Fields!Grade,
Fields!Team,
Fields!Teacher,
Fields!HomeroomNumber
)
December 20, 2019 at 4:05 pm
Viewing 15 posts - 106 through 120 (of 3,543 total)