i want to create linked server to access data from remote pc. i folowed http://msdn.microsoft.com/en-us/library/aa560998.aspx
but it gives error.error locating server . time out error.
server not found or failed to connect to server.check if remote server is set to allow remote connections.
can anyone help me step by step.
Loading
vipul sachanPosted May 8, 2014, 10:02 AM
Step 1 – Connect SQL server, using 'Database Engine' as server type along with proper Server name and authentication.
Step 2 – Into object explorer, navigate to linked server under '**Server Objects**'.
Step 3 – Right click on 'Linked Servers' - select '**New Linked Server**'. Fill all the required detail in respective dialog.
Step 4 – After filling the entire details click on Ok button, Linked server is configured and it should work. In case if it doesn't respond, once restart the SQL server.
For more detail click here
Sanjeeb LenkaPosted Jul 19, 2013, 6:00 AM
http://www.c-sharpcorner.com/uploadfile/suba.venkat/linked-server-concept-in-sql-server/
http://www.c-sharpcorner.com/uploadfile/suthish_nair/linked-servers-in-sql-server-2008/
http://sqlserverplanet.com/dba/how-to-add-a-linked-server
Riyaz AkhtarPosted Jul 19, 2013, 5:40 AM
http://www.c-sharpcorner.com/uploadfile/suthish_nair/linked-servers-in-sql-server-2008/