Viewing 15 posts - 1,381 through 1,395 (of 2,649 total)
Could you post the plan here: https://www.brentozar.com/pastetheplan/
I've already uploaded it here as a zip file.
August 10, 2020 at 8:29 pm
having a sqlplan won't give you the sql query (the one that matters) on this case as a view is being used.
main query is a view - I would bet...
August 10, 2020 at 7:49 am
that is not an error but a info message - the last entry is an "error" but no description of what it is.
the other messages should be removed from the...
August 6, 2020 at 11:25 pm
look at the examples supplied here - some do have error handling which you should have cared to use.
August 6, 2020 at 7:19 pm
try adding firstrow option to start data at row 2 - row 1 is headers so it would blow the size of the columns you defined on that table.
August 5, 2020 at 11:32 pm
my take on this is " if you need to ask if NOLOCK should/can be used on a particular case then you do not know about it's issues and therefore...
August 4, 2020 at 8:18 pm
nolock should NOT be added anywhere.
you can read (from many others) this one https://www.sentryone.com/blog/aaronbertrand/bad-habits-nolock-everywhere
August 4, 2020 at 7:07 am
try it on your test environment and you will know if your assumptions are correct.
July 31, 2020 at 8:44 am
snip
OLD Server: 16 vCPU, 24 GB RAM
NEW Server: 4 vCPU, 8 GB RAM
Argh! That had not been my understanding. I'm guessing that this is what TL meant that he...
July 24, 2020 at 6:06 pm
the plan for a single part is most likely not going to be the same when executed for more parts (and more companies potentially).
just based on the plan supplied and...
July 23, 2020 at 6:02 pm
depending on how many vcpu's you got (if only 2 vCpu use 2 files instead), but most times splitting the backup onto 4 files does help even if the files...
July 22, 2020 at 10:09 pm
what did their tech support/sales people advise you?
and what have you read about it on their documentation? last I saw it was quite clear on what you are asking.
July 21, 2020 at 10:09 pm
what you are missing is a server with capable spec to hold your volume of data.
if you wish to know your bare minimum memory required for your Tabular databases do...
July 21, 2020 at 7:52 pm
still no plan
July 20, 2020 at 3:22 pm
rename it to .txt
and please put the full original code so we can look at it.
and get rid of those "with (nolock)" and distinct when using a group by
July 20, 2020 at 7:06 am
Viewing 15 posts - 1,381 through 1,395 (of 2,649 total)