- Joined
- Oct 29, 2004
- Messages
- 51
- Reaction score
- 4
here goes,
right click on "linked servers" click "new linked server"
in the dialog box that pops up add the following info:
Linked Server: GAMESERVER
Provider: Microsoft OLE DB Provider for ODBC Drivers
Product name: gameserver
Provider String: DRIVER={SQL Server};SERVER=<servername>;UID=;PWD=;
ok in the string above u need to replace <servername> with the name of ur SQL server. to do this u will need to know the name so right click on the very top line (3 lines above ur ACCOUNT database in the object explorer of server management studio) and the top line on the right will say name copy and paste that into where <servername> is in the string.. or you can put ur windows IP address and see if that will work (it didn't for me but it may for you)
now click "security" on the left menu of Linked Server Properties
select the option "Be made without using a security context"
now click on "Server Options" now here is a list of the settings:
Collation Compatible: true
Data Access: true
Rcp: true
Rcp out: true
Use Remote Collation: true
Collation name: LEAVE BLANK
connection timeout: 0
Query Timeout: 0
that should do it now just click ok and it will be created..
this is how i set it up and it works for me if anyone else has done it different please post ur method..
right click on "linked servers" click "new linked server"
in the dialog box that pops up add the following info:
Linked Server: GAMESERVER
Provider: Microsoft OLE DB Provider for ODBC Drivers
Product name: gameserver
Provider String: DRIVER={SQL Server};SERVER=<servername>;UID=;PWD=;
ok in the string above u need to replace <servername> with the name of ur SQL server. to do this u will need to know the name so right click on the very top line (3 lines above ur ACCOUNT database in the object explorer of server management studio) and the top line on the right will say name copy and paste that into where <servername> is in the string.. or you can put ur windows IP address and see if that will work (it didn't for me but it may for you)
now click "security" on the left menu of Linked Server Properties
select the option "Be made without using a security context"
now click on "Server Options" now here is a list of the settings:
Collation Compatible: true
Data Access: true
Rcp: true
Rcp out: true
Use Remote Collation: true
Collation name: LEAVE BLANK
connection timeout: 0
Query Timeout: 0
that should do it now just click ok and it will be created..
this is how i set it up and it works for me if anyone else has done it different please post ur method..
Last edited: