Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Content with tag
SQL Server 2005 - Security
Refine your search with one of the following additional tags (with number of items):
SQL Server 2005
(27)
Strategies
(2)
Database Design
(1)
Security
(4)
Administration
(1)
Development
(1)
SQL Server 7, 2000
(3)
Advanced
(1)
Items 1 to 20 of 96
Next 20 >>
SQL Server 2005 Logins
Security was a major focus of SQL Server 2005 during its development, both in terms of making the product secure as well as enhancing the options. Security expert Brian Kelley brings us a look at how the paradigm of logins has changed and what you need to look for in SQL Server 2005.
Read more...
By
Brian Kelley
2008/04/11 (first posted: 2006/07/05)
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
81,379 reads
Understanding DDL Triggers in SQL Server 2005
SQL Server 2005 includes a number of new security enhancements to aid the DBA in managing their SQL Server. DDL triggers allow you to trap all kinds of DDL events that occur on your server. S. Srivathsani brings us a look at these new events.
Read more...
By
S. Srivathsani
2007/07/04
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
8,026 reads
Securing the SA Account in SQL Server 2005
SQL Server 2005 has greatly changed the security paradigm for SQL Server DBAs. The sa account still exists, but for many tasks you can now avoid using it. New author Ken Johnson brings us some ides for properly securing this highly privileged account.
Read more...
By
Ken Johnson
2007/03/14
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
11,492 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
|
1,676 reads
SQL 2005 Symmetric Encryption
One of the more interesting new features with SQL Server 2005 is the native encryption built into the product. Expert SQL crpytographer, Michael Coles, brings us a look at the symmetric keys in SQL Server 2005 and how they can be used to encrypt data and be secured by a certificate.
Read more...
By
Michael Coles
2007/08/24 (first posted: 2007/05/11)
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
34,900 reads
Data Security: Stop SQL Injection Attacks Before They Stop You
This article discusses: How SQL injection attacks work, Testing for vulnerabilities, Validating user input, Using .NET features to prevent attacks, Importance of handling exceptions
Read more...
By
Additional Articles
2007/08/09
|
Source:
MSDN Communities
|
Category:
SQL Server 2005 - Security
Rating:
Rate this
|
Briefcase
|
2,414 reads
A Simple Approach to SQL Server 2005 Encryption
SQL Server 2005 has added encryption capabilities to the platform, much to the delight of many DBAs. However setting up encryption can be confusing and difficult for most DBAs. New author Mike Good brings us a perspective from someone who is brand new to this set of features and has spent time working through the functions and documenting them for the rest of us.
Read more...
By
Mike Good
2007/08/02
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
7,918 reads
SQL Server Password Management:
Improving SQL Server password management includes thorough password testing and securing SQL Server installations beyond the main database server.
Read more...
By
Additional Articles
2007/07/31
|
Source:
SearchSQLServer
|
Category:
SQL Server 2005 - Security
Rating:
Rate this
|
Briefcase
|
1,928 reads
You have just removed the builtin/Administrators group from...
Read more...
By
Steve Jones
2007/07/23
|
Category:
SQL Server 2005 - Security
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,238 reads
Temporarily Changing an Unknown Password of the sa Account
You are asked for the sa password for a SQL Server in order to perform a software upgrade. You, the DBA, don't know the password and it's not documented. Rodney Landrum provides a way out of this dilemma, demonstrating two techniques for temporarily changing the password, and then returning it to its previous unknown value.
Read more...
By
Additional Articles
2007/07/18
|
Source:
SimpleTalk
|
Category:
SQL Server 2005 - Security
Rating:
Rate this
|
Briefcase
|
3,585 reads
Scripting permissions using catalog views in SQL Server 2005
A nice How-To from one of the most respected SQL Server MVPs.
Read more...
By
Additional Articles
2007/07/13
|
Source:
Other
|
Category:
SQL Server 2005 - Security
Rating:
Rate this
|
Briefcase
|
1,946 reads
Stop SQL Injection Attacks Before They Stop You
This article discusses: How SQL injection attacks work, Testing for vulnerabilities, Validating user input, and more.
Read more...
By
Additional Articles
2007/07/09
|
Source:
MSDN Communities
|
Category:
Security
Rating:
Rate this
|
Briefcase
|
3,434 reads
Understanding DDL Triggers in SQL Server 2005
SQL Server 2005 includes a number of new security enhancements to aid the DBA in managing their SQL Server. DDL triggers allow you to trap all kinds of DDL events that occur on your server. S. Srivathsani brings us a look at these new events.
Read more...
By
S. Srivathsani
2007/07/04
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
8,026 reads
The SQLCLR permission sets are actually enforced via...
Read more...
By
Steve Jones
2007/06/26
|
Category:
SQL Server 2005 - Security
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
836 reads
What is the strongest level of encryption you...
Read more...
By
Steve Jones
2007/06/12
|
Category:
SQL Server 2005 - Security
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
986 reads
Which fixed database roles can execute the BACKUP...
Read more...
By
Steve Jones
2007/06/11
|
Category:
SQL Server 2005 - Security
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,148 reads
In SQL Server 2005, how can you create...
Read more...
By
Steve Jones
2007/06/07
|
Category:
SQL Server 2005 - Security
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
976 reads
SQL 2005 Symmetric Encryption
One of the more interesting new features with SQL Server 2005 is the native encryption built into the product. Expert SQL crpytographer, Michael Coles, brings us a look at the symmetric keys in SQL Server 2005 and how they can be used to encrypt data and be secured by a certificate.
Read more...
By
Michael Coles
2007/08/24 (first posted: 2007/05/11)
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
34,900 reads
Which key does the OPEN MASTER KEY statement...
Read more...
By
Steve Jones
2007/04/17
|
Category:
SQL Server 2005 - Security
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
899 reads
In SQL Server 2005, what permissions does a...
Read more...
By
Steve Jones
2007/04/12
|
Category:
SQL Server 2005 - Security
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,077 reads
Items 1 to 20 of 96
Next 20 >>
Most popular
SQL Server 2005 Logins
Security was a major focus of SQL Server 2005 during its development, both in terms of making the product secure as well as enhancing the options. Security expert Brian Kelley brings us a look at how the paradigm of logins has changed and what you need to look for in SQL Server 2005.
Read more...
By
Brian Kelley
2008/04/11 (first posted: 2006/07/05)
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
81,379 reads
A Simple Approach to SQL Server 2005 Encryption
SQL Server 2005 has added encryption capabilities to the platform, much to the delight of many DBAs. However setting up encryption can be confusing and difficult for most DBAs. New author Mike Good brings us a perspective from someone who is brand new to this set of features and has spent time working through the functions and documenting them for the rest of us.
Read more...
By
Mike Good
2007/08/02
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
7,918 reads
Securing the SA Account in SQL Server 2005
SQL Server 2005 has greatly changed the security paradigm for SQL Server DBAs. The sa account still exists, but for many tasks you can now avoid using it. New author Ken Johnson brings us some ides for properly securing this highly privileged account.
Read more...
By
Ken Johnson
2007/03/14
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2005 - Security
Rating:
|
Discuss
|
Briefcase
|
11,492 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use