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 Server 2005usingC#和上设置数据库权限SMO?
SQL Server 2005
C#
SMO
如果是这样,怎么做?如果没有,最好的方法是什么?
您可以使用 Microsoft.SqlServer.Management.Smo.Login 类并调用 Create 方法。有关更多详细信息,请参见此处。