Hi All,
Just can't get my head around this one.
I have to update records on an external sql server and trying to setup a linked server but can't seem to get it working.
I am working with sql 2005.
All i have for the external server is the IP address, dbName, user and password. I have dbo rights to my database with the user setup.
I can connect to it as a server through management studio with the details, but i'm trying to make an automated update from an internal system so need the sql server here link to the external one.
Haven't done this in years so really am struggling.
Does anyone have any examples, tips or links, went through the microsoft information, but unless you know what you need it reads as gibberish to me.
Ideally I would like to set it up with a name such as ExtSQL and refer to this within my procedures as ExtSQL.DBName.DBO.TABLE, Then define the IP and user etc within this link.
Cheers
daveJam
it works on my machine, so technically i win!
Just can't get my head around this one.
I have to update records on an external sql server and trying to setup a linked server but can't seem to get it working.
I am working with sql 2005.
All i have for the external server is the IP address, dbName, user and password. I have dbo rights to my database with the user setup.
I can connect to it as a server through management studio with the details, but i'm trying to make an automated update from an internal system so need the sql server here link to the external one.
Haven't done this in years so really am struggling.
Does anyone have any examples, tips or links, went through the microsoft information, but unless you know what you need it reads as gibberish to me.
Ideally I would like to set it up with a name such as ExtSQL and refer to this within my procedures as ExtSQL.DBName.DBO.TABLE, Then define the IP and user etc within this link.
Cheers
daveJam
it works on my machine, so technically i win!