Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 SQL 脚本中,我使用一个数据库(假设MyDb1)。
在该脚本中,我需要查询extended property另一个数据库(MyDb2)。我不知道这样做。
extended property
请给我提意见。
您可以使用此查询:
SELECT * FROM MyDb1.DBO.TableName as tbl1,MyDb2.DBO.TableName as tbl2 WHERE tbl1.ID=tbl2.ID