July 19, 2008 at 12:01 pm
i want to connect two table in two sqlserver database 2000 for insert of one to other
how can? i need script
July 19, 2008 at 12:43 pm
Start by reading Books On Line (BOL)
URL for linked servers is:
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/6ef578bf-8da7-46e0-88b5-e310fc908bb0.htm
July 19, 2008 at 1:51 pm
INSERT into TargetDB.dbo.OutTable
SELECT * From SourceDB.dbo.InTable
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply