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

Articles with tag Security Rss

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

SQL Server 7, 2000 (99)     Basic Querying (4)     Rants (2)     C# (1)    
Strategies (40)     Encryption (4)     Replication (2)     Compliance (1)    
Administering (31)     Installation (4)     Reviews (2)     Database Design (1)    
Miscellaneous (15)     SQL Server 2005 - Security (4)     Service Packs (2)     Disaster Recovery (1)    
SQL Server 2005 (15)     DTS (3)     SQL-DMO (2)     Distributed Queries (1)    
T-SQL (15)     Monitoring (3)     Triggers (2)     English Query (1)    
SQL Server 6.5 (11)     Other (3)     User-Defined functions (2)     OpenXML (1)    
Programming (10)     Performance Tuning (3)     XML (2)     Performance Tuning and Scaling (1)    
Configuring (9)     Backup and Recovery (2)     XSL (2)     SQL Puzzles (1)    
Best and Worst Practices (7)     Best Practices (2)     .Net (1)     SQL Server 2008 (1)    
Advanced Querying (5)     Development (2)     ADO (1)     SQLServerCentral.com (1)    
News (5)     Editorial (2)     Advanced (1)     System Development Life Cycle (1)    
Stored Procedures (5)     Indexing (2)     Auditing (1)     UpdateGrams (1)    
Worst Practices (5)     Product Reviews (2)     Bugs (1)     Visual Basic 6 (1)    

Search for any content tagged Security

   Items 1 to 20 of 142    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,205 reads

SQL Server source code analysis and management adds database security

SQL Server source code analysis and management add database security by debugging and testing SQL applications. Learn about SQL source code analysis.  Read more...
Rating:  Rate this |  Briefcase | 1,280 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 | 66,572 reads

Identify SQL Server 2005 Standard Login Settings

Gaining insight into my SQL Server standard and Windows logins has historically been a challenge in terms of determining password changes, failed login attempts, etc. I have noticed that you have experienced the same issue with your tip entitled 'When was the last time the SQL Server sa password changed' and I have noticed some information in the forums on the topic as well.   Read more...
By Additional Articles 2008/04/21 | Source: MSSQLTips.com | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 1,545 reads

SQL Server 2008 security and compliance features reduce security risks

Looking at this from a confidentiality, integrity and availability perspective – the essence of security and compliance – there are quite a few new selling points.  Read more...
By Additional Articles 2008/03/24 | Source: SearchSQLServer | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 831 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 | 80,672 reads

Why Object Qualification is important.

You have all read about why object qualification is important. You also must have heard of why stored Proc should not have sp_ as prefix to the name. Now let us proove if this is all true.  Read more...
By Roy Ernest DBA 2008/03/10 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 7,044 reads

Script to determine permissions in SQL Server 2005

Although a few different options (Management Studio, system stored procedures, system views, custom scripts, etc.) exist to determine your permissions in SQL Server, in this tip we want to outline the functionality from the fn_my_permissions table valued function.   Read more...
By Additional Articles 2008/03/10 | Source: MSSQLTips.com | Category: Security
Rating:  Rate this |  Briefcase | 2,726 reads

SQL Server 2005 Best Practices Analyzer (January 2008) -- Now Available!

An upgrade to the Best Practices Analyzer from Microsoft is now available. Here's a blog post from the SQL CAT team.  Read more...
By Additional Articles 2008/01/21 | Source: SQLServerCentral.com | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 3,057 reads

Tracking Illicit Users

Longtime SQL Server guru David Poole brings us a look at one of the thorny problems a DBA faces: tracking down illicit users.  Read more...
By David Poole 2008/01/15 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 6,329 reads

SQL Server 2005 - Hacking password Encryption

Part 2 of this article discusses how to hack/de-cipher the data that has been encrypted by passphrase.  Read more...
By Additional Articles 2008/01/10 | Source: Database Journal | Category: Encryption
Rating: (not yet rated)  Rate this |  Briefcase | 2,750 reads

Basic SQL Server security principles you can't afford to miss

Learn how using basic SQL Server security practices of least privilege, delegated administration and separation of duties will protect SQL Server databases.  Read more...
By Additional Articles 2008/01/09 | Source: SearchSQLServer | Category: Security
Rating:  Rate this |  Briefcase | 2,909 reads

SQL Server 2005 Encryption types

SQL Server 2005 provides four methods of encryption. Part one of this article covers encryption and decryption by passphrase.  Read more...
By Additional Articles 2008/01/07 | Source: Database Journal | Category: Security
Rating: (not yet rated)  Rate this |  Briefcase | 1,628 reads

SQL Server Security Model

Greg Larsen discusses the different options available within SQL Server 2005 for managing security.  Read more...
By Additional Articles 2008/01/01 | Source: Database Journal | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 1,736 reads

Not So Anonymous

How anonymous are your ratings and other opinions on the Internet? Not as much as you might think.  Read more...
By Steve Jones 2007/12/27 | Source: SQLServerCentral.com | Category: Editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 46 reads

SQL Stored Procedure to Log Updates, Independent of Database Structure

How many DBAs need a solution to track those changes made for multiple systems? Auditing is becoming more and more prevalent in all systems and having a good solution can really make your DBA job interesting. New author Keren Ramot brings us his technique that works indepedent of the database structure.   Read more...
By Keren Ramot 2007/02/12 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 15,003 reads

SQL Server encryption vs. hashing for data security

Study encryption and hashing algorithm options for data security in SQL Server 2005 and use symmetric/asymmetric keys to encrypt and decrypt SQL Server data.  Read more...
By Additional Articles 2007/12/25 | Source: SearchSQLServer | Category: Security
Rating: (not yet rated)  Rate this |  Briefcase | 1,465 reads

Login creation in SQL Server 2005 for SQL Server Authentication Mode

Its a graphical representation of login creation in SQL Server 2005 for SQL Server Authentication Mode.  Read more...
By Abdul Basit 2007/12/18 | Source: SQLServerCentral.com | Category: SQL Server 2005
Rating: |  Discuss |  Briefcase | 4,820 reads

Unprotected Queries

There are over half a million database servers out on the Internet without protection. How can this happen?  Read more...
By Steve Jones 2007/12/04 | Source: SQLServerCentral.com | Category: Editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 107 reads

Reorganize permissions in SQL Server 2005 step by step

Learn how to reorganize permissions in SQL Server 2005 in a multiple database environment.   Read more...
By Additional Articles 2007/11/29 | Source: SearchSQLServer | Category: Security
Rating: (not yet rated)  Rate this |  Briefcase | 2,417 reads
   Items 1 to 20 of 142    Next 20 >>
 
Most popular

Why Object Qualification is important.

You have all read about why object qualification is important. You also must have heard of why stored Proc should not have sp_ as prefix to the name. Now let us proove if this is all true.  Read more...
By Roy Ernest DBA 2008/03/10 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 7,044 reads

Tracking Illicit Users

Longtime SQL Server guru David Poole brings us a look at one of the thorny problems a DBA faces: tracking down illicit users.  Read more...
By David Poole 2008/01/15 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 6,329 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 | 25,899 reads