Viewing 15 posts - 16 through 30 (of 871 total)
Yeah I was thinking about taking the parameter and assigning it to a local variable, but before even going there ... why does this behavior exist as an adhoc statement?...
May 7, 2020 at 12:58 pm
Hey Grant, thanks for the reply.
The code above, is all I'm running. It's taken from the sproc; however, just as an adhoc T-SQL. I can recreate the behavior meaning, hard...
May 7, 2020 at 12:52 pm
Yeah, a BACPAC (which was painfully slow to backup/restore).
Updated stats on both sides. As soon as I did the DBCC STACKDUMP, it worked just fine. Something doesn't add up.
Being that...
March 25, 2020 at 2:16 pm
Apologies for the delayed follow up, been a bit of a fire fighting exercise as of late.
When I say the same, I mean 100% the same. I pulled down a...
March 25, 2020 at 1:49 pm
Well, after waiting it out and coming back ... it's all working. So moral of the story, the service account needs delegation permissions.
Thanks all!
May 17, 2017 at 11:20 am
OK ... back at this. Started clean.
- Validated service account has proper SPN permissions
- Removed existing SPN's
- Waited 15 minutes for replication, validated gone
- Granted Keberos...
May 17, 2017 at 9:35 am
That's fun. Just tried a repair and blew up with: "SQL Server Setup has encountered the following error:C:\Windows\Installer\d04dd640.msi.".
Reviewing this article now: https://support.microsoft.com/en-us/help/969052/how-to-restore-the-missing-windows-installer-cache-files-and-resolve-problems-that-occur-during-a-sql-server-update
May 4, 2017 at 8:50 am
May 4, 2017 at 7:16 am
Interesting. Well, so far ... I'm working like a champ with only having the delegation on the machines. I'll give it until tomorrow before I commit to this decision to...
May 3, 2017 at 1:35 pm
So current test ... the service account does not have delegation permissions but both computers do, and I appear to be working just fine.
There's no way to auto-set...
May 3, 2017 at 1:30 pm
Again, not something I've had to do in the past (3 different environments), but I just enabled delegation in AD on the machine name, and now it's working? Why wouldn't...
May 3, 2017 at 12:58 pm
This whole trust for delegation thing is the only thing standing out. Perhaps I've overlooked in the past; however, I don't ever remember having to modify this. Actually just checked...
May 3, 2017 at 12:38 pm
If the accounts all have SPNs trusted for delegation and the auth_scheme in sys.dm_exec_connections...
May 3, 2017 at 12:32 pm
OK, finally got it. Even though it's a job step of PowerShell, the combo I finally got to work was "powershell.exe -NoProfile -File "X:\File.ps1"
All set
April 3, 2017 at 12:22 pm
Viewing 15 posts - 16 through 30 (of 871 total)