Viewing 15 posts - 2,656 through 2,670 (of 59,067 total)
The first thing to do is to see what login the stored procedure was running under and then look at the settings for the linked server connection to see if...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2022 at 4:29 pm
From the Article:
"I urge developers to have others look at what they present on the screen, and spend time learning from users, both experienced and novice. "
I've found that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2022 at 4:20 pm
Thanks. That's just fascinating to me because I've never seen such a thing before.
Any chance of you posting the TVF so I can try to make an experiment that duplicates...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2022 at 5:57 pm
Since you're right there and have a handy test setup, I'd be curious what happens with the same query with the comments in the following form...
SELECT SUM(results)
/* comment1 */
/* comment2...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2022 at 2:33 pm
Hello,
We use Sentinel AV software. And yes, when disabled the entries for the FULL backups are gone as well.
Peter
Thanks, Peter. Lordy... that's a bit crazy. Apologies for asking and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2022 at 2:21 pm
I also have to ask "WHY"? Why do you need to "batch" this instead of just doing all 2 million rows, which most servers can easily handle?
And the reason why...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2022 at 2:06 pm
Thanks, Jeffrey.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2022 at 11:33 pm
Interesting... Just one more question, please... have you ever done a restore to test all of that (including log files)? Knowing you, I'm sure you have but I've got to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2022 at 11:22 pm
Daily full backups, log backups every 10 minutes.
So what's with the "Copy Only" backups? Those aren't your "Daily full backups" are they?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2022 at 10:30 pm
To be accurate, I cannot actually run differentials in this environment either because we backup the databases from the secondary and you cannot run differentials from a copy only...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2022 at 10:04 pm
@Jeffrey Williams,
How big is the largest server instance that you're doing the Daily full backups on?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2022 at 7:11 pm
Which Anti-Virus are you using, please?
And when you disabled the AV, did the odd entries for backups disappear, as well, or are they still appearing?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2022 at 1:33 pm
Much appreciated so a phenomenal plan, your thought worked for me.
I smell spam cooking.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2022 at 1:20 pm
Just to play the devil's advocate here and make you think: 🙂
How do you want to handle if the date in Table A is right in the middle between...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 28, 2022 at 9:57 pm
thanks all for help on the logic !
You're welcome. Were you able to fix your problem and, if so, what was the fix you employed?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 28, 2022 at 9:46 pm
Viewing 15 posts - 2,656 through 2,670 (of 59,067 total)