Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 Query 2 table in 2 Server DB diffrence

Author  Topic 

haibec
Yak Posting Veteran

54 Posts

Posted - 2008-09-03 : 23:48:12
Hi all!

I have 2 table: Table User include : ID,Name and a table Class include : ID,Classname. Table User in DB : DB1 on serrver 10.145.23.1 and table Class in DB2 on Server 10.145.23.27 . Now ,i want select all user information in ASP . Plase help me

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-09-03 : 23:58:46
You could handle it through ASP via two connection strings or you could handle it at the database layer via a linked server. I'd handle it from the application side.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -