Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tags
administration
,
security
<< Previous 20
Items 21 to 40 of 72
Next 20 >>
Extract User-Role Mapping
This short script will list all the users along with their Roles.
Read more...
By
Sudhir Chawla
2008/12/23
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
2,605 reads
Password policies checked by CHECK_POLICY
Read more...
By
Diana Dee
2008/11/24
|
Category:
passwords
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,349 reads
Create Role for specific set of Objects based on a set of Conditions.
This script is for the Generating a code block that makes it easier to grant various permissions on a group of objects qualified by specific Criteria.
Read more...
By
Shiva CHALLA
2008/10/08
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
1,070 reads
List all Usernames, Roles for all the databases.
Generates a list of ALL Users and their database Roles for all Databases (Or for a specific user).
Read more...
By
Shiva CHALLA
2012/12/31
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
16,567 reads
Permission scripting over all databases
Scripts permissions/roles for db user across all databases.
Read more...
By
W Louw
2013/05/22
|
Source:
SQLServerCentral.com
|
Category:
permissions
Rating:
|
Discuss
|
Briefcase
|
10,799 reads
public access to extended SP's
check public access to extended stored procedures
Read more...
By
Mani Singh
2008/08/08
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
862 reads
Logins created in the last X Days
These scripts give you the list of logins created in the Last X Days for SQL Server 2000 or 2005.
Read more...
By
Mani Singh
2011/12/23
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
2,200 reads
usp_ShowOrphanUsers - SQL 2k5
Check Orphaned logins ie, not associated with any database on the current instance.
Read more...
By
Pedro Lopes MS
2008/07/16
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
1,566 reads
usp_SecurCreation - SQL 2k5/2k8
Creates statements for securables creation.
Read more...
By
Pedro Lopes MS
2008/06/30
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
2,447 reads
usp_SecurCreation - SQL 2k
Creates statements for securables creation.
Read more...
By
Pedro Lopes MS
2008/06/26
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
859 reads
Setting Up Delegation for Linked Servers
Learn how to set up delegation on your SQL Server instances, so you can use the impersonate options when setting up the security properties of linked server definitions.
Read more...
By
Additional Articles
2007/09/11
|
Source:
Database Journal
|
Category:
administration
Rating:
Rate this
|
Briefcase
|
2,415 reads
Beginning SQL Server - Logins and Users
Part 3 of Steve Jones' series on beginning SQL Server from the perspective of a system administrator or someone not used to working with SQL Server. If you've been designated the new administrator, take a look at this series for some help in coming up to speed on this product. This article looks at logins and basic security.
Read more...
By
Steve Jones
2007/08/03 (first published: 2004/09/02)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
40,889 reads
SQL Server Security: Server Roles
As yo probably know, Brian covers security topics for us and does a great job. This week he looks at the fixed roles and points out a few things you may not have thought about.
Read more...
By
Brian Kelley
2007/05/04 (first published: 2003/10/29)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
53,588 reads
Auditing with SQL Profiler
SQL Server includes a great auditing tool: Profiler. It's not the easiest tool to use, however, and it's one that takes some getting used to. Our resident security export, Brian Kelley looks at a simple example of using this tool to audit logins.
Read more...
By
Brian Kelley
2007/04/20 (first published: 2004/09/01)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
33,508 reads
Implementing Encrypting File System (EFS) with SQL Server
EFS provides a mechanism for encrypting files completely transparent to higher level applications such as SQL Server. In this article by Brian Kelley, he shows you how to implement this type of security in your environment.
Read more...
By
Brian Kelley
2006/12/01 (first published: 2002/12/09)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
28,810 reads
SQL Server 2000 SP 3: What's New in Security
Service Pack 3 for SQL Server 2000 is huge. There are significant changes in it and they apply to all three products: the core SQL Server, MSDE, and Analysis Services. Because there are so many changes, this first article in the series will only focus on the security changes.
Read more...
By
Brian Kelley
2005/12/09 (first published: 2003/06/05)
|
Source:
SQLServerCentral.com
|
Category:
service packs
Rating:
|
Discuss
|
Briefcase
|
29,966 reads
SQL Server Security Part 2
In part one Chris Kempster covered a variety of security recommendations primarily for production systems. In Part two of this series he continues to explore security at a variety of levels where you may not realize you are vulnerable.
Read more...
By
Chris Kempster
2005/11/04 (first published: 2004/01/30)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
34,985 reads
Conducting a SQL Server Operational Audit
Auditing, analyzing and documenting your SQL Server installation is becoming more important all the time, especially as more and more attention is being paid to the security of your environment. Chad Miller brings us a look at a framework and a sample document you can use in your environment to conduct an audit.
Read more...
By
Chad Miller
2005/10/24
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
13,066 reads
Logins, Users, and Roles - Getting Started
Do you know the difference between a login and a user? What's the best way to add them; Enterprise Manager, T-SQL, or SQL-DMO? In this beginner level article Andy demonstrates how to use all three methods to add logins and users and offers his view of which is the best technique.
Read more...
By
Andy Warren
2005/09/30 (first published: 2003/02/19)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
35,192 reads
Troubleshooting Cannot Generate SSPI Context Errors
As a DBA you do not need to know how to setup an Active Directory domain or a DNS server, but you still need to know how Kerberos, Service Principle Names, and hostnames are used to perform integrated authentication to a SQL Server. This article by new columnist Chad Miller shows you some of the more integral parts of troubleshooting running Windows Authentication security in a SQL Server environmnet.
Read more...
By
Chad Miller
2005/08/19 (first published: 2003/02/27)
|
Source:
SQLServerCentral.com
|
Category:
installation
Rating:
|
Discuss
|
Briefcase
|
64,769 reads
<< Previous 20
Items 21 to 40 of 72
Next 20 >>
Tags
sql server 7
(34)
configuring
(9)
miscellaneous
(6)
t-sql
(6)
programming
(5)
sql server 6.5
(5)
installation
(4)
sql server 2005
(4)
strategies
(4)
dts
(3)
encryption
(3)
role
(3)
stored procedures
(3)
transparent data encryption (tde)
(3)
backup / restore
(2)
best and worst practices
(2)
indexing
(2)
logins
(2)
monitoring
(2)
permissions
(2)
replication
(2)
sql agent
(2)
sql-dmo
(2)
triggers
(2)
user
(2)
user defined function (udf)
(2)
worst practices
(2)
ado
(1)
auditing
(1)
browser service
(1)
central management server
(1)
dac
(1)
databases
(1)
ddl
(1)
disaster recovery (dr)
(1)
distributed queries
(1)
dmv's
(1)
english query
(1)
extended stored procedures
(1)
grant
(1)
login
(1)
openxml
(1)
passwords
(1)
performance tuning
(1)
public
(1)
roles
(1)
script
(1)
scripting
(1)
server_principals
(1)
service packs
(1)
sysadmin
(1)
system databases
(1)
updategrams
(1)
users
(1)
visual basic 6
(1)
xml
(1)
xp_logininfo
(1)
xsl
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.