Hello,
I using SQL 2K5 and I am trying to use an insert into select statement between database servers. I have both servers registered and open in the object browser within Management studio. here is the syntax I have so far...
Insert into ServerName.DatabaseName.dbo.TableName
select * from ServerName.DatabaseName.dbo.TableName
Any help would be appreciated...
I using SQL 2K5 and I am trying to use an insert into select statement between database servers. I have both servers registered and open in the object browser within Management studio. here is the syntax I have so far...
Insert into ServerName.DatabaseName.dbo.TableName
select * from ServerName.DatabaseName.dbo.TableName
Any help would be appreciated...