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

Articles with tags Security, SQL Server 2005 Rss

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

SQL Server 2005 - Security (4)     Strategies (3)     XML (1)    
Encryption (3)     Development (2)     XSL (1)    
SQL Server 7, 2000 (3)     Miscellaneous (1)    

Search for any content tagged Security & SQL Server 2005

   Items 1 to 15 of 15   
 

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,792 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,854 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,143 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,880 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,752 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,859 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,539 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 | 5,235 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,486 reads

Understanding the Difference between Owners and Schemas in SQL Server

SQL Server 2005 introduces the concept of schemas as opposed to object owners found in previous versions. This article will explain the differences between the two and, hopefully, clear up some of the confusion that still exists about schemas.  Read more...
By Additional Articles 2007/10/18 | Source: SQLTeam.com | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 3,744 reads

An Auditing Solution with XML And XSL

Auditing is something that almost every DBA needs to tackle at some point in his or her career. David McKinney brings a new twist on the solution by using XML and XSL to help implement auditing in your SQL Server application.   Read more...
By David McKinney 2007/08/20 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 4,360 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,521 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,395 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,678 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,217 reads
   Items 1 to 15 of 15   
 
Most popular

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,792 reads

An Auditing Solution with XML And XSL

Auditing is something that almost every DBA needs to tackle at some point in his or her career. David McKinney brings a new twist on the solution by using XML and XSL to help implement auditing in your SQL Server application.   Read more...
By David McKinney 2007/08/20 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 4,360 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,854 reads