Viewing 8 posts - 1 through 8 (of 8 total)
We have an issue when we apply new OS patches and for some reason SSIS catalog jobs fail.
I was researching on it as well. These are some initial steps..let me...
July 13, 2022 at 9:52 pm
Thanks for the reply. This was SSISDB so not sure why tlog where setup initially. I feel there is no need to apply .trn's as this is not transaction server...
June 28, 2022 at 9:49 pm
Thanks for sharing.
February 14, 2022 at 5:53 am
It was an error while creating the temp tbl. this is resolved after I removed the [AccountKey] from insert.
Temp tbl improved the performance in my scenario.
February 14, 2022 at 5:48 am
How can I check if stats are update to date..is it by going to table ( expand) statistics folder and see properties? or can I use sample below query? if...
February 1, 2022 at 1:38 am
I plan on sharing query so that it helps you advise. Thanks
February 1, 2022 at 1:20 am
I looked at it again it seems query was the issue. The CTE was selecting DISTINCT values and joining on TABLE A
In the same query we were doing UPDATE TABLE...
January 31, 2022 at 5:25 pm
A cte query which joins couple of tables and then updates is in suspended state. Is it possible it is blocking itself?
SP who is active shows NULL in the blocking...
January 25, 2022 at 8:42 pm
Viewing 8 posts - 1 through 8 (of 8 total)