I want to run a script that inserts data from servers the script is running on into table another server.
I have done a bit of googling on how to do this and it suggests to use sp_addlinkedserver.
I might be wrong but at a glance it seems to use this I need to enable SQL Server Authentication.
Whilst I can enable this, security advice and pen tests have previously advised it best not to enable SQL Server Authentication.
I am therefore wondering whether there is another way in which I could do this using windows authentication?