Viewing 15 posts - 1 through 15 (of 39 total)
which version of ssis/ssdt are you using?
In 2016 I have ForceExecutionResult for the sequence container; options are 'none', 'success', 'failure', 'completion'.
I'm unsure if this is present in older...
January 25, 2018 at 9:55 am
If you set FailPackageOnFailure to True on EST1, I don't think you will get to EST2, as package execution will cease at the point of failure, which is EST1.
If you...
January 25, 2018 at 6:05 am
Thanks both for your response.
I guess part of it is down to administrator preference, but so long as one can rationalise their behaviour each method has its pluses and minuses.
And,...
January 24, 2018 at 6:11 am
I think it's up to you, and it depends what you are using the UAT environment for?
If you are simply testing any changes or bespoke work, then maybe you...
December 28, 2017 at 1:36 am
December 28, 2017 at 1:29 am
December 13, 2017 at 2:31 am
The number of pages are important. if you have an index that is less than 8 pages, it will be in a mixed extent, and all the reorganizes/rebuilds in the...
December 13, 2017 at 1:38 am
I think the number is a percentage?
If you want a clearer indicator try using Brent Ozar's sp_BlitzIndex.
Take the missing index dmv with a pinch of salt though....
December 13, 2017 at 1:15 am
I think the benchmark is 1000 pages, if your index is less than this then the script will ignore the index, as previously mentioned. If you are running the reorganise...
December 13, 2017 at 1:08 am
First thing I would look at is index usage.
you will need to use dm_db_index_usage_stats for this, and this will show you lookups, reads, writes. A quick search in google...
December 13, 2017 at 1:02 am
I don't think that 32GB is going to get you out of trouble, not with 550+ GB database. Can you get anymore memory made available... about 224GB would be a...
December 12, 2017 at 4:22 am
I think you may need to provide some more information... like;
what else is on the machine?
is this machine just for sql server?
is there more than one instance on...
December 8, 2017 at 6:12 am
i think your problem is in the file path for the parameter in the Execute command... don't you need \\ for each \?
December 6, 2017 at 1:30 am
nested CASE statements? First level [ContCode] second level [ContSeqNo, returning [Seq]?
December 5, 2017 at 5:35 am
does the sa account still exist?
Does it have a password on the account? is password expiration enabled?
December 5, 2017 at 1:18 am
Viewing 15 posts - 1 through 15 (of 39 total)