Viewing 15 posts - 136 through 150 (of 6,105 total)
The issue here with IS_MEMBER() is you have to try each group in turn. This is why I say ADUC (Active Directory Users and Computers or a command-line tool like...
December 9, 2011 at 10:29 am
For SQL Server 2005, see this article:
December 9, 2011 at 10:26 am
It might be simpler to use cross-database ownership chaining. I'm assuming all objects are in the dbo schema for both DBs.
- db1 and db3 have the same owner (doesn't matter...
December 9, 2011 at 10:22 am
hanrahan_tim (12/7/2011)
December 9, 2011 at 9:05 am
Is the user activating an app role in a database which causes them to lose their original security context?
December 9, 2011 at 8:54 am
There shouldn't be a need to check PCs. It's an automated attack on the web hitting vulnerable web sites running ASP or ColdFusion using SQL Server as a back-end.
As to...
December 9, 2011 at 8:53 am
Either use SQLCMD or, if you're using SSMS, connect using File | Database Engine Query.
December 9, 2011 at 7:09 am
anthony.green (12/6/2011)
December 9, 2011 at 6:53 am
Taggs (11/25/2011)
REVOKE VIEW ANY DATABASE FROM userI use
REVOKE VIEW ANY DATABASE FROM public to restrict all users seeing the databases in SSMS
Taggs
Just so long as folks are aware...
December 1, 2011 at 11:31 am
If your laptop happens to be where it can run the domain account they use (highly unlikely), you would use the RunAs option (right-click on SQL Server Management Studio) and...
December 1, 2011 at 8:08 am
The best practice is to specifically add the service accounts. It is also recommended to avoid DENY wherever possible. Therefore, push back and refuse the group.
December 1, 2011 at 7:53 am
Is it consistently the same SQL Server login? Is there anything special about that login? For instance, is it the owner of the app role?
November 29, 2011 at 10:58 pm
Without encryption, if I can get your .mdf and .ldf (and any .ndf files) for a given database, then I can attach the database as long as I have the...
November 29, 2011 at 5:11 pm
This question comes up a lot and there's no easy way (or supported way) to do this. If you revoke VIEW ANY DATABASE from public, then the users in questions...
November 26, 2011 at 7:45 am
Viewing 15 posts - 136 through 150 (of 6,105 total)