Enable User Login
From: aart (aart@astona.nl)
Date: 11/12/02
- Next message: BP Margolin: "Re: Enable User Login"
- Previous message: BP Margolin: "Re: get create table permissions"
- Next in thread: BP Margolin: "Re: Enable User Login"
- Reply: BP Margolin: "Re: Enable User Login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "aart" <aart@astona.nl> Date: Tue, 12 Nov 2002 13:23:54 +0100
Hi listsubcribers!
May be i am allowed to bother you with an elementary question?
We have a C++ application that connects to SqlServer2000 via ADO using
the connectionstring: "Provider=SQLOLEDB;Data
Source=our-companyserver\SqlServer01;Initial
Catalog=OurDataBase;Trusted_Connection=yes".
So far so good. The app behaves as expected as long as the developer (who
creates the database) is logged in.
But how to enable other users to log-in? We have consult the manual and came
up with the sp_grantdbaccess
stored procedure: EXEC sp_grandbaccess 'OurDomain\DomainUsers' to enable all
users of the specific
Windows group to login. But when we login to windows with a user-account in
the DomainUsers group,
SqlServer complains that it has not a entry for that user.
The question is: How to grant a windows user group access to SqlServer?
Thanks in advance for any suggestions,
Aart
- Next message: BP Margolin: "Re: Enable User Login"
- Previous message: BP Margolin: "Re: get create table permissions"
- Next in thread: BP Margolin: "Re: Enable User Login"
- Reply: BP Margolin: "Re: Enable User Login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|