Viewing 6 posts - 1 through 7 (of 7 total)
Thank you but I didn't find the code of fnTally on the link.
I also didn't understand how to use log/exp functions to solve this task.
July 18, 2024 at 1:29 pm
Thank you for help!
Now I see clearly that recursive cte should be used here to support unknown number of parts in each group without changing the code.
July 18, 2024 at 9:55 am
.. restoring SSISDB incorrectly ..
Hm.. Interestingly, I recently restored SSISDB from backup taken from another SQL Server (production server) .
Is it wrong?
October 30, 2023 at 7:37 pm
To be clear, you had to rebuild the missing "##MS_SSISServerCleanupJobUser##" login or was there something else?
I'm not sure what statement fixed the issue but all the steps from that article...
October 30, 2023 at 7:34 pm
This fixed the issue:
Thanks.
I wonder would it be possible to use SQL Profiler (or XE) to find out this kind of issues?
To detect the batch (statement) failed during service startup,...
October 29, 2023 at 9:16 am
Thanks for your solution!
Looks awesome.
The only one disadvantage is necessity to give names to columns manually.
Is there any way to do it automatically?
Preferably without dynamic-sql.
If you need it, I...
September 23, 2023 at 4:43 pm
Viewing 6 posts - 1 through 7 (of 7 total)