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

Content with tag Security Rss

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

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

Impersonation in an Execute As statement

By Keith LaMay 2008/05/15 | Category: Security
Rating: (not yet rated) |  Discuss |  Briefcase | 1,649 reads

Script permissions on all databases

i took the core from a script found in the site for generating permissions and update it.   Read more...
By mobasha B 2008/05/06 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 591 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,284 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

Create_sp_help_revlogin_DB

Enhanced sp_help_revlogin  Read more...
By David A. Long 2008/04/09 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 604 reads

Convert binary SID to string

Converts a binary SID to string format.  Read more...
By Todd Engen 2008/04/02 | Source: SQLServerCentral.com | Category: SID
Rating: |  Discuss |  Briefcase | 432 reads

BackUp_DBs.sql

Make backup several databases with a cursor  Read more...
By f.racionero 2008/03/27 | Source: SQLServerCentral.com | Category: Backup
Rating: |  Discuss |  Briefcase | 653 reads

Encryption

By Additional Articles 2008/03/26 | Category: Security
Rating: (not yet rated) |  Discuss |  Briefcase | 2,442 reads

Password Issues

By Additional Articles 2008/03/24 | Category: Security
Rating: (not yet rated) |  Discuss |  Briefcase | 2,656 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

Application Roles

By Additional Articles 2008/03/19 | Category: Security
Rating: (not yet rated) |  Discuss |  Briefcase | 2,380 reads

SQL 2005 - List Permission

This script will list user permissions for database objects.  Read more...
By Sandeep Saretha 2008/03/19 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 693 reads

Login error is really what?

By bitbucket 2008/03/11 | Category: Security
Rating: (not yet rated) |  Discuss |  Briefcase | 2,585 reads

Module Signatures

By Additional Articles 2008/03/10 | Category: Security
Rating: (not yet rated) |  Discuss |  Briefcase | 2,047 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

Application Roles

By Additional Articles 2008/03/05 | Category: Security
Rating: (not yet rated) |  Discuss |  Briefcase | 2,263 reads
   Items 1 to 20 of 196    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