Viewing 15 posts - 31 through 45 (of 266 total)
Thanks John.
ETL works with SP's
I'll take a look at some of your suggestions
November 27, 2019 at 4:46 pm
Showing up as CXCONSUMER in solar winds
Yet, I have 12 suspended update CXPACET instances in sys.dm_exec_requests / sys.processes / sys.dm_exec_sql_text
November 27, 2019 at 3:15 pm
It has a partition (not lots) - used for partition switching once that data has been built
See code:
ALTER TABLE [Load].[CreditAccountHeader]
ADD CONSTRAINT [PK_CreditAccountHeader] PRIMARY KEY CLUSTERED
(...
October 24, 2019 at 4:25 pm
Thanks Chris
I will take a look when I am back in the office
In this instance, it ran once
I don't think parallelism shows up in the plan
If it did though, would...
October 20, 2019 at 4:22 pm
Yes, I looked at the logging level but there doesn't seem to be one for this
I had a look at executable_statistics but this doesn't seperate out DFT unless we implement...
October 18, 2019 at 10:51 am
Thanks Jeffrey
The report does show that information but I can't look at a specific task (or type of task) over time
e.g. evidence of a specific dataflow that's getting slower or...
October 17, 2019 at 8:12 am
Thanks for your suggestions
I tried a few and it didn't work although useful to know
I'll also take a look at your Query Store SSRS reports @Audrey
I eventually found a resolution...
October 17, 2019 at 8:06 am
Thanks for the response
It's developers edition and AutoClose is set to False
October 16, 2019 at 2:17 pm
Thanks Sue
I'll take a look
October 3, 2019 at 1:53 pm
Thanks
Does it store these states anywhere though?
I am using unit tests, specifically negative unit tests (trip the catch part of an SP)
The unit test code has been editted to look...
October 3, 2019 at 10:10 am
Thanks Steve
In this instance, the table is truncated before been populated and encrypted so it sounds like it should be fine (I will test though).
It is decrypted fairly soon after
I...
September 25, 2019 at 8:07 am
Appreciate I could test this but what if i just changed the line WITH ALGORITHM = TRIPLE_DES to WITH ALGORITHM = AES_128
Or is it not that simple?
September 24, 2019 at 8:57 am
Thanks, I'll look at AES as I'd like to move this project into 2016
September 23, 2019 at 10:21 am
Thanks Tim
Shame really and, as you say XML edits seems to be a way
Really surprised there isn't an easier option
I think in this instance I'm going to do it manually...
April 1, 2019 at 1:58 pm
ok, very confusing
Looks like select permission on msdb had been revoked earlier today
Confusing, as up until about 30 minutes ago I was able to execute the T-SQL...
November 16, 2018 at 6:58 am
Viewing 15 posts - 31 through 45 (of 266 total)