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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Add tables in view design window from anoth DB?

Author  Topic 

Sun Foster
Aged Yak Warrior

515 Posts

Posted - 2006-01-09 : 09:04:14
How to add tables in view design window from another DB? From pull down windows in view, there are only list tables in current db. I knew how to use code to add tables from another db.

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-01-09 : 09:23:59
It is better to use Query Analyser to create table
Srcipt table from One DB and run it in other DB

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -