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)
 Grabbing data from 2 databases using stored proc

Author  Topic 

PeterG
Posting Yak Master

156 Posts

Posted - 2001-11-15 : 11:49:22
Is this possible? I want to find out if a particular bit field has '0' or '1' value. If '1', then I'd have to query a table in a different database (in the same server) to do a select. Can I do this within the same stored procedure?

   

- Advertisement -