Viewing 15 posts - 31 through 45 (of 180 total)
An additional issue...
The restore job on the secondary server is simply skipping over the logs for one of the affected databases. After completing the wizard, I ran the backup job...
July 6, 2021 at 7:51 pm
No hard feelings... been a frustrating week 😀
Thanks for that link; that's a great list.
June 23, 2021 at 5:58 pm
I guess I could come back with "Looks like you need to learn to read." but that would be rude.
I was not asking about SLEEP_BPOOL_FLUSH - I can find plenty...
June 23, 2021 at 12:44 pm
Found the problem - apparently this is a bug in SQL 2019.
2021-06-06 10:30:21.16 The restore operation was successful. Secondary Database: 'FakeName', Number of log backup files restored: 1
2021-06-06 10:30:21.16 ***...
June 6, 2021 at 4:42 pm
Just to follow up, that setting is a life saver.
The process I was having issues with is now running at around 40 seconds consistently, it used to be around a...
May 10, 2021 at 12:53 am
Appreciate the responses 🙂
I had discounted parameter sniffing (perhaps unwisely) because the same job has been running for over ten years on five different GP databases without this issue. One...
May 5, 2021 at 6:46 pm
Ben -
I appreciate the reply. However, in this case the same service account is being used on both servers, and I made sure that the service account had full access...
April 15, 2021 at 7:47 pm
Figured it out... sort of.
I had a similar issue a few months ago with replication. We'd recently applied a new Group Policy and it had wiped the stored credentials of...
April 6, 2021 at 9:13 pm
You can do something like this... bear in mind it may take several minutes depending on how many databases you have, and how many procedures, etc.
declare @find...
March 4, 2021 at 5:46 am
To see if it's in a stored procedure somewhere:
SELECT DISTINCT
o.name AS Object_Name,
o.type_desc
FROM
sys.sql_modules m
INNER JOIN sys.objects o ON m.object_id = o.object_id
WHERE
m.definition Like '%cmdshell%';
March 2, 2021 at 10:08 pm
Michael - appreciate the reply; the service account already is a sysadmin, as well as local server admin and network admin.
We found that the "Replace a Process Level Token" permission...
February 26, 2021 at 3:57 pm
We are using Oracle 12.2
However, I am not using SSIS for anything related to this Oracle connection, specifically because I couldn't get SSIS to connect. Not sure if that is...
August 12, 2020 at 4:43 pm
I was thinking along the same lines... and agree, it's not a serious issue - more of an annoyance. Was just curious to see if anyone had seen it before...
August 11, 2020 at 9:53 pm
Thanks for the reply...
I have been digging around for other AD groups but it really does seem to be specific to this one. If I remove a user from the...
May 11, 2020 at 2:27 pm
Hehe... the worst part is the same thing happened like a year ago, but it's been fine since we did the firewall changes... they just forgot to apply them when...
March 10, 2020 at 7:26 pm
Viewing 15 posts - 31 through 45 (of 180 total)