Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有窗口登录的 SQL2008。我必须从链接服务器访问一个表,我有一个具有读取权限的用户。我可以用这个用户访问链接服务器吗?
您可以添加一个新的user login
user login
EXEC sp_addlinkedsrvlogin link_server_name, 'FALSE', NULL, username , password
MSDN 链接