About
Pricing
Community
Teams
Start Free Trial
Log in
Charles Baldo
asked on
7/10/2012
Insert SQL Data from Different Server
I need to write a sql server statement that will insert data into a table from a table that is on a different physical server. How can I do this?
Adobe Acrobat
Microsoft SQL Server 2005
Microsoft SQL Server
3
1
Last Comment
Charles Baldo
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Kyle Abrahams
7/10/2012
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
oleggold
7/10/2012
I'd say linked server or just linked table, if You have msaccess it's as simple as create table-> liked table->path.
insert values into table from @linked_table
Charles Baldo
7/10/2012
ASKER
Thanks
Your help has saved me hundreds of hours of internet surfing.
fblack61
insert values into table from @linked_table