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.
这甚至可能吗?此用户帐户将有权访问数据库中的一些 SP 和 Fns,其中 1 个 SP 创建一个新表。创建表时,我希望 GRANT SELECT 给该表的特定用户。这可以做到吗?
如果您的存储过程创建了表,为什么不将授权选择语句添加到该过程中呢?