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.
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 KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog |
|
|
|
|
|