Viewing 15 posts - 1,066 through 1,080 (of 6,400 total)
whats the output of the job step, not the overall job
May 19, 2020 at 1:10 pm
The only thing that stands out is the name "SP_RMT" I take it that, that object is a Stored Procedure via the prefix "SP".
If so you cant select direct from...
May 19, 2020 at 9:02 am
you cant get the versions of the shared features that way
run the SP2 installer or the CU installer and screen shot the part where you select the features to patch...
May 19, 2020 at 8:38 am
You sure it was 2016wSP2 in the media that installed it, the summary file shows the shared features are at a lower level than SP2.
Run the SP2 installer when you...
May 18, 2020 at 8:03 am
You need to alias after the delete to know where to delete from.
If you had a DELETE with multiple joins in the logic to only delete the right rows, you...
May 15, 2020 at 7:03 am
Well looking at the summary log, the shared features don't seem to have been updated past the RTM version so whoever did the initial patch to SP2 seems to have...
May 15, 2020 at 6:54 am
Sounds like you've run into the new cardinality estimator issues that everyone had who upgraded from 2014 onwards.
When you rebuilt your statistics did you rebuild with a fullscan or was...
May 15, 2020 at 6:45 am
Proc usage is tricky as it all depends on how volatile your procedure cache is.
If your constantly flushing plans then the procedure stats wont stay around for long.
But it is...
May 14, 2020 at 2:47 pm
can you post the summary log
do you have Always On Availability Groups configured with SSISDB as part of one of the groups?
May 14, 2020 at 2:31 pm
For an Azure database assuming its Azure SQL Database the PaaS offering "database.windows.net" you need to set the Database to connect to as part of the connection string or options...
May 12, 2020 at 10:37 am
The user must exist as a login on both sides (unless your in contained database territory)
You then also need to ensure your licensed correctly, as allowing a user access to...
May 5, 2020 at 1:16 pm
You could just get logshipping to apply the logs to all the nodes in the AG setup. What I haven't done though is put a DB into a AG from...
May 2, 2020 at 7:50 am
If all your wanting to do is to basically add resiliency on your primary site then the best way would to just add in the two new VMs as nodes...
May 1, 2020 at 8:36 pm
You would be able to log ship to the primary node of the availability group, you just wont be able to add the databases into the group until after the...
May 1, 2020 at 8:10 am
Whats the full error message you get.
Renaming disabling the actual SA account is fine jobs can still be owned by that account, that is what I do on my servers...
May 1, 2020 at 7:50 am
Viewing 15 posts - 1,066 through 1,080 (of 6,400 total)