﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Security, SQL Server 2005</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Security, SQL Server 2005 posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Identify SQL Server 2005 Standard Login Settings  </title><description>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. </description><guid>http://www.sqlservercentral.com/redirect/articles/62838/</guid><pubDate>2008/04/21</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62838/</link></item><item><title>Script to determine permissions in SQL Server 2005</title><description>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. </description><guid>http://www.sqlservercentral.com/redirect/articles/62439/</guid><pubDate>2008/03/10</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62439/</link></item><item><title>SQL Server 2005 Best Practices Analyzer (January 2008) -- Now Available!</title><description>An upgrade to the Best Practices Analyzer from Microsoft is now available. Here's a blog post from the SQL CAT team.</description><guid>http://www.sqlservercentral.com/redirect/articles/62020/</guid><pubDate>2008/01/21</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62020/</link></item><item><title>SQL Server 2005 - Hacking password Encryption</title><description>Part 2 of this article discusses how to hack/de-cipher the data that has been encrypted by passphrase.</description><guid>http://www.sqlservercentral.com/redirect/articles/61831/</guid><pubDate>2008/01/10</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61831/</link></item><item><title>SQL Server 2005 Encryption types</title><description>SQL Server 2005 provides four methods of encryption. Part one of this article covers encryption and decryption by passphrase.</description><guid>http://www.sqlservercentral.com/redirect/articles/61830/</guid><pubDate>2008/01/07</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61830/</link></item><item><title>SQL Server Security Model </title><description>Greg Larsen discusses the different options available within SQL Server 2005 for managing security.</description><guid>http://www.sqlservercentral.com/redirect/articles/61730/</guid><pubDate>2008/01/01</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61730/</link></item><item><title>SQL Server encryption vs. hashing for data security</title><description>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.</description><guid>http://www.sqlservercentral.com/redirect/articles/61732/</guid><pubDate>2007/12/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61732/</link></item><item><title>Login creation in SQL Server 2005 for SQL Server Authentication Mode </title><description>Its a graphical representation of login creation in SQL Server 2005 for SQL Server Authentication Mode.</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2005/61474/</guid><pubDate>2007/12/18</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2005/61474/</link></item><item><title>Reorganize permissions in SQL Server 2005 step by step</title><description>Learn how to reorganize permissions in SQL Server 2005 in a multiple database environment. </description><guid>http://www.sqlservercentral.com/redirect/articles/61563/</guid><pubDate>2007/11/29</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61563/</link></item><item><title>Understanding the Difference between Owners and Schemas in SQL Server</title><description>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.</description><guid>http://www.sqlservercentral.com/redirect/articles/61268/</guid><pubDate>2007/10/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61268/</link></item><item><title>An Auditing Solution with XML And XSL</title><description>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.

</description><guid>http://www.sqlservercentral.com/articles/Security/3179/</guid><pubDate>2007/08/20</pubDate><link>http://www.sqlservercentral.com/articles/Security/3179/</link></item><item><title>Stop SQL Injection Attacks Before They Stop You</title><description>This article discusses: How SQL injection attacks work, Testing for vulnerabilities, Validating user input, and more.</description><guid>http://www.sqlservercentral.com/redirect/articles/3073/</guid><pubDate>2007/07/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3073/</link></item><item><title>Hacking SQL Server</title><description>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! </description><guid>http://www.sqlservercentral.com/redirect/articles/2852/</guid><pubDate>2007/02/12</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2852/</link></item><item><title>Anticipate the worst when developing SQL Server databases</title><description>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.</description><guid>http://www.sqlservercentral.com/redirect/articles/2620/</guid><pubDate>2006/10/12</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2620/</link></item><item><title>Ownership Chaining</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/Security/2633/</guid><pubDate>2006/10/03</pubDate><link>http://www.sqlservercentral.com/articles/Security/2633/</link></item></channel></rss>