SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags SQL Server 7, 2000, Security Rss

Refine your search with one of the following additional tags (with number of items):

Administering (30)     Stored Procedures (4)     Replication (2)     English Query (1)    
Strategies (17)     Basic Querying (3)     Reviews (2)     OpenXML (1)    
Miscellaneous (13)     DTS (3)     Service Packs (2)     Other (1)    
T-SQL (12)     Monitoring (3)     SQL-DMO (2)     Performance Tuning (1)    
Configuring (9)     SQL Server 2005 (3)     Triggers (2)     Performance Tuning and Scaling (1)    
Programming (9)     SQL Server 2005 - Security (3)     User-Defined functions (2)     Rants (1)    
SQL Server 6.5 (9)     Worst Practices (3)     .Net (1)     UpdateGrams (1)    
Best and Worst Practices (5)     Backup and Recovery (2)     ADO (1)     Visual Basic 6 (1)    
News (5)     Best Practices (2)     Bugs (1)     XML (1)    
Advanced Querying (4)     Indexing (2)     Disaster Recovery (1)     XSL (1)    
Installation (4)     Product Reviews (2)     Distributed Queries (1)    

Search for any content tagged SQL Server 7, 2000 & Security

   Items 1 to 20 of 99    Next 20 >>
 

SQL Server Security: Pros and Cons of Application Roles

Application roles often interesting possibilities in theory. In practice? Brian explores how they work and some of the pros/cons you should consider before selecting them for use in your applications.   Read more...
By Brian Kelley 2008/07/25 (first posted: 2003/08/27) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 24,618 reads

Free Encryption

Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.   Read more...
By Michael Coles 2008/04/25 (first posted: 2005/07/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 67,380 reads

Updated SQL Injection

SQL injection has been a hot topic the last couple years and there are some great articles at SQLServerCentral.com on this topic. Michael Coles brings us an updated look at this SQL Server security issue with some new examples you might not have previously thought.   Read more...
By Michael Coles 2008/03/21 (first posted: 2005/09/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 81,066 reads

Removing the Builtin Administrators - Some Pitfalls to Avoid

The SQL Server 2000 security model is not the best one of all the RDBMS platforms and requires some work to secure properly. One of the practices that is recommended is removing the builtin/administrators group from accessing the SQL Server. New author Kathi Kellenberger shows us some of the pitfalls she encountered when removing this group from her servers.   Read more...
By Kathi Kellenberger 2007/08/10 (first posted: 2005/01/12) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 24,585 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 posted: 2004/09/02) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,724 reads

SQL Server Security: Pros and Cons of Application Roles

Application roles often interesting possibilities in theory. In practice? Brian explores how they work and some of the pros/cons you should consider before selecting them for use in your applications.   Read more...
By Brian Kelley 2008/07/25 (first posted: 2003/08/27) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 24,618 reads

SQL 2000 DBA Toolkit Part 1

SQL Server 2005 builds some great encryption tools into the product, but what if you are stuck with SQL Server 2000? SQL Server expert Michael Coles brings us the first part of a series along with a free toolkit to manage encryption and keys.   Read more...
By Michael Coles 2007/06/22 (first posted: 2006/04/13) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 26,281 reads

SQL Server Auditing - Part 1

Our SQL Server Security expert, Brian Kelley, brings us the first part of a new series on auditing. Most of the auditing articles we've had are based on how you audit changes to data. Brian looks at auditing from the server itself, explaining the different levels of auditing built into SQL Server 2000.   Read more...
By Brian Kelley 2007/06/01 (first posted: 2004/08/05) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 27,748 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 posted: 2004/09/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 27,530 reads

Hacking SQL Server

In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and then Brian tries again. Back and forth the chess match goes until someone wins!   Read more...
By Additional Articles 2007/02/12 | Source: JumpStartTV | Category: Security
Rating:  Rate this |  Briefcase | 4,377 reads

SQL Server Security: Fixed Database Roles

Brian is back with a new security article, this time working through the details of the fixed database roles. There are some important concepts here. In particular if you're not totally clear on the difference between dbo and db_owner, read this article.   Read more...
By Brian Kelley 2007/01/19 (first posted: 2003/12/12) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 42,278 reads

Updated SQL Injection

SQL injection has been a hot topic the last couple years and there are some great articles at SQLServerCentral.com on this topic. Michael Coles brings us an updated look at this SQL Server security issue with some new examples you might not have previously thought.   Read more...
By Michael Coles 2008/03/21 (first posted: 2005/09/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 81,066 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 posted: 2002/12/09) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 25,347 reads

Anticipate the worst when developing SQL Server databases

Arthur Fuller advises DBAs to try to break their software in order to make sure their SQL Server databases can withstand potential attacks. See if your code can hold up to his suggested tests.  Read more...
By Additional Articles 2006/10/12 | Source: Builder.com | Category: Security
Rating:  Rate this |  Briefcase | 2,664 reads

Ownership Chaining

Security in SQL Server is not too complex, following a fairly simple framework for allowing and preventing access to data. However there are a few places where it can get tricky and some concepts that many people do not understand. Rob Farley brings us an explanation of one of those areas: ownership chaining. Read about how ownership chaining can be useful and also how it may open security holes in your environment.   Read more...
By Rob Farley 2006/10/03 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 4,183 reads

Encrypting Data With the Encrypt Function

One of the major problems in the database field is when people store sensitive data unencrypted into SQL Server. This article shows you one of the most basic ways to encrypt data to the casual viewer.   Read more...
By Brian Knight 2006/05/29 (first posted: 2001/07/17) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 27,395 reads

Password cracking tools for SQL Server

If you're performing a penetration test or higher-level security audit of your SQL Server systems, there's one test you must not miss. It seems obvious, but many people overlook it: SQL Server password testing. Given the inherent weaknesses compared with more secure Windows authentication, you should especially test for password flaws if you're using SQL Server authentication in mixed mode. Password testing will help you determine how easily others can break into your database and help you ensure SQL Server users are being responsible with their accounts.  Read more...
By Additional Articles 2006/05/16 | Source: Other | Category: Security
Rating:  Rate this |  Briefcase | 3,974 reads

SQL 2000 DBA Toolkit Part 1

SQL Server 2005 builds some great encryption tools into the product, but what if you are stuck with SQL Server 2000? SQL Server expert Michael Coles brings us the first part of a series along with a free toolkit to manage encryption and keys.   Read more...
By Michael Coles 2007/06/22 (first posted: 2006/04/13) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 26,281 reads

Free Encryption

Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.   Read more...
By Michael Coles 2008/04/25 (first posted: 2005/07/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 67,380 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 posted: 2003/06/05) | Source: SQLServerCentral.com | Category: Service Packs
Rating: |  Discuss |  Briefcase | 28,919 reads
   Items 1 to 20 of 99    Next 20 >>
 
Most popular

SQL 2000 DBA Toolkit Part 1

SQL Server 2005 builds some great encryption tools into the product, but what if you are stuck with SQL Server 2000? SQL Server expert Michael Coles brings us the first part of a series along with a free toolkit to manage encryption and keys.   Read more...
By Michael Coles 2007/06/22 (first posted: 2006/04/13) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 26,281 reads

Updated SQL Injection

SQL injection has been a hot topic the last couple years and there are some great articles at SQLServerCentral.com on this topic. Michael Coles brings us an updated look at this SQL Server security issue with some new examples you might not have previously thought.   Read more...
By Michael Coles 2008/03/21 (first posted: 2005/09/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 81,066 reads

Free Encryption

Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.   Read more...
By Michael Coles 2008/04/25 (first posted: 2005/07/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 67,380 reads