Viewing 15 posts - 31 through 45 (of 267 total)
Thanks John.
ETL works with SP's
I'll take a look at some of your suggestions
- Damian
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
- Damian
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
(...
- Damian
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...
- Damian
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...
- Damian
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...
- Damian
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...
- Damian
October 17, 2019 at 8:06 am
Thanks for the response
It's developers edition and AutoClose is set to False
- Damian
October 16, 2019 at 2:17 pm
Thanks Sue
I'll take a look
- Damian
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...
- Damian
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...
- Damian
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?
- Damian
September 24, 2019 at 8:57 am
Thanks, I'll look at AES as I'd like to move this project into 2016
- Damian
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...
- Damian
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...
- Damian
November 16, 2018 at 6:58 am
Viewing 15 posts - 31 through 45 (of 267 total)