Have a quick question...
How do I add a role and/or a user through code (Specifically SQL Statements). If not through SQL, then maybe VB.NET?
Thanks ahead of time,
DenvasCheck in this link a couple of PageDowns in the sectionCreate a New Login
The Sql syntax for adding a role member:
|||Thank you so much for the info. Going to apply it tomorrow.
EXEC sp_addrolemember N'db_owner', N'SomeUserName'
-Denvas
No comments:
Post a Comment