From: Vlad H. <ho...@sp...> - 2004-09-24 15:17:37
|
One addition : if we plans to implement cross database joins (inside one server), we must have ability to identify users in different databases by its server logins. I.e. when user with server login X logged in database D1 perform statement like select ... from D1.table1 join D2.table2 where D1 and D2 are databases within the same server, we must be able to autorize this user against database D2. Refards, Vlad |