After creating a linked server to a remote server, I needed to log in using
sp_addlinkedsrv login to get my stored procedure to work. However, I noticed
that after stopping SQL Server and the DTC and then restarting both, that my
stored procedure worked without having to execute sp_addlinkedsrv login.
Is the log-in information stored in the machine, such that if SQL Server is
stopped or the server is rebooted, on does not have to execute
sp_addlinkedsrv login again? Or is there a point at which one would have to
re-log-in to a linked server?
Thanks.
sp_addlinkedsrv login to get my stored procedure to work. However, I noticed
that after stopping SQL Server and the DTC and then restarting both, that my
stored procedure worked without having to execute sp_addlinkedsrv login.
Is the log-in information stored in the machine, such that if SQL Server is
stopped or the server is rebooted, on does not have to execute
sp_addlinkedsrv login again? Or is there a point at which one would have to
re-log-in to a linked server?
Thanks.
Comment