I am distributing Database data on SQL Server, I am using Replication but until this picture, I have an error.
I have tried the methods on the internet by that sp_dropserver
and sp_addserver
are the same as domain but still cannot.
Everyone who has done it before, please help me, thank you very much.
I create login for distributor_admin with Server Role sysadmin but it say error:
So, I use EXEC sp_addremotelogin 'dev.dsvinames.com','distributor_admin','distributor_admin'
then appears an error:
And finally, this is information for SQL Server.
MS SQL Server Version: Microsoft SQL Server 2019 (RTM-GDR) (KB4583458) - 15.0.2080.9 (X64) Nov 6 2020 16:50:01 Copyright (C) 2019 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2019 Standard 10.0 <X64> (Build 17763: )
I have accessed to server and logged in sql with windows account instead of sa account. And this works fine for me. I think sa is not authorized enough to do this even though it has been set full permissions