Viewing 15 posts - 1 through 15 (of 141 total)
Hi Johan,
You are an absolute legend. That worked perfectly. 🙂
I don't want to push the friendship but, what if I wanted to do it for the whole instance rather than...
August 16, 2023 at 10:30 pm
Hi Michael,
No, they are not all maintenance plans. It's actually irrelevant what the job does. We have maintenance jobs, jobs that pick up csv files and import them. All sorts...
August 16, 2023 at 5:42 am
As an example, I have a job the runs nightly index rebuilds on the primary. If the primary fails over and becomes the secondary then all those jobs fail. I...
August 14, 2023 at 10:50 pm
Did you not read my error message?
August 14, 2023 at 1:49 pm
It's transactional push replication. The distributor is on on the publisher. I got to step 6 of To modify a synchronization schedule for a push subscription in Replication Monitor. I...
November 8, 2022 at 1:13 am
I've tried to change the server that is the distributor. When I run the below on the new distributor:
EXEC sp_adddistributor
@distributor = 'Server2',
@password = 'password'
I get the following error:
The server 'Server4'...
August 3, 2022 at 4:36 am
Ok. What if I put the distributor on Server2 and the subscriber is Server3
July 20, 2022 at 8:34 am
I just wanted to add to this another question. I'm getting conflicting information on the web about this topic. Can you have the distributor in an AAG group? For example...
July 20, 2022 at 4:52 am
Thanks for that, however I do have a question. If Server3 is only an asynchronous read-only environment, would it not be best to make it the publisher and distributor as...
March 30, 2022 at 10:08 pm
I'm running it from my local machine. While I imagine it is a poorly written SP I don't know what it is. Is there a way to find out? I...
November 25, 2021 at 3:48 am
I get and error similar to
Msg 5074, Level 16, State 1, Line 1
The object 'SAT_DV' is dependent on column 'DV_DATE_TIME'.
Msg 5074, Level 16, State 1, Line 1
The object 'PK_SAT_NAME' is...
November 12, 2020 at 11:21 pm
I need to change every table with the data type datetime to datetime2 not just one or two tables so that script won't work and I can't drop any tables.
November 11, 2020 at 5:13 am
I dropped the clustered index from the audit staging table and recreated a nonclustered index, I then ran the stored procedure and it truncated ALL the data from just the...
October 7, 2020 at 1:34 am
I didn't do it. I've just started here and was told they made this change due to performance and that's what broke the partitioning so could it be fixed.
October 6, 2020 at 4:58 am
Viewing 15 posts - 1 through 15 (of 141 total)