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 |
|
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? |
|
|
|
|
|