﻿<?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</title><link>http://www.sqlservercentral.com/</link><description>Articles posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>SQL Server Security: Pros and Cons of Application Roles</title><description>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.

</description><guid>http://www.sqlservercentral.com/articles/Security/sqlserversecurityprosandconsofapplicationroles/1116/</guid><pubDate>2008/07/25</pubDate><link>http://www.sqlservercentral.com/articles/Security/sqlserversecurityprosandconsofapplicationroles/1116/</link></item><item><title>Monitoring Report Execution Performance with Execution Logs</title><description>This article presents an excerpt from the book, Microsoft SQL Server 2005 Reporting Services Step by Step, by Stacia Misner and Hitachi Consulting. Learn how to monitor reporting services by implementing an execution logging database and reviewing reports that query that database.</description><guid>http://www.sqlservercentral.com/redirect/articles/63195/</guid><pubDate>2008/07/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63195/</link></item><item><title>How to configure and Use Database Backup Compression in SQL Server 2008 </title><description>SQL Server 2008 introduces the Database Backup Compression feature. This article describes how to take advantage of this new feature</description><guid>http://www.sqlservercentral.com/redirect/articles/63702/</guid><pubDate>2008/07/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63702/</link></item><item><title>Upgrading live applications to SQL Server 2005</title><description>Part 4 in this series on upgrading an Active/Active cluster to SQL Server 2005 details how to push live data from one cluster to another using a conversion DB and replication.</description><guid>http://www.sqlservercentral.com/redirect/articles/63699/</guid><pubDate>2008/07/24</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63699/</link></item><item><title>Develop Robust and Scalable Apps with SQL Server Data Services</title><description>Here the author introduces SQL Server Data Services, which exposes its functionality over standard Web service interfaces. </description><guid>http://www.sqlservercentral.com/redirect/articles/63707/</guid><pubDate>2008/07/24</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63707/</link></item><item><title>Reporting Services: Adding extra columns / rows to a matrix</title><description>The functionality of additional columns / rows in a cross table (&amp;quot;matrix&amp;quot;) in Reporting Services is limited to totals / subtotals. By using a stored function a  solution is described.</description><guid>http://www.sqlservercentral.com/articles/Reporting+Services/63415/</guid><pubDate>2008/07/24</pubDate><link>http://www.sqlservercentral.com/articles/Reporting+Services/63415/</link></item><item><title>Operations Manager and SQL Server</title><description>Longtime expert DBA Thomas Laorck brings us a short article about how he uses Operations Manager to watch the SQL Servers he is responsible for and ignore others.</description><guid>http://www.sqlservercentral.com/articles/Operations+Manager/63490/</guid><pubDate>2008/07/23</pubDate><link>http://www.sqlservercentral.com/articles/Operations+Manager/63490/</link></item><item><title>Kimball ETL Part 1 – Data Profiling via SSIS Data Flow </title><description>A new series sponsored by Actuality Business Intelligence on data warehousing. In part 1, the data flow in SSIS packages are used to profile the source data and determine how it should be handled in the process.</description><guid>http://www.sqlservercentral.com/articles/ETL/63792/</guid><pubDate>2008/07/23</pubDate><link>http://www.sqlservercentral.com/articles/ETL/63792/</link></item><item><title>SQLBits III - Registration Now Open!</title><description>Registration for SQLBits III, to be held at Hatfield in the UK on September 13th, is now open! SQLBits is the UK's finest SQL Server technical conference, and it's 100% free to attend!</description><guid>http://www.sqlservercentral.com/redirect/articles/63793/</guid><pubDate>2008/07/23</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63793/</link></item><item><title>Comparing SQL Server constraints and DML triggers</title><description>Over the years, I have witnessed many developers being confused about when to use data-manipulation language (DML) triggers vs. when to use constraints.</description><guid>http://www.sqlservercentral.com/redirect/articles/63705/</guid><pubDate>2008/07/23</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63705/</link></item><item><title>How to use ranking functions in SQL Server 2005</title><description>With ranking functions in SQL Server 2005, you can rank rows in result sets. This tip defines rank functions and gives examples of how to use the four available functions.</description><guid>http://www.sqlservercentral.com/redirect/articles/63700/</guid><pubDate>2008/07/22</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63700/</link></item><item><title>SQL Server Audit in SQL Server 2008 – Part 2</title><description>Learn how to monitor database-level actions and write audit results to files.</description><guid>http://www.sqlservercentral.com/redirect/articles/63698/</guid><pubDate>2008/07/22</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63698/</link></item><item><title>Disabling Indexes</title><description>Expert SQL Server trainer Andy Warren brings us a new article on a lesser used feature in SQL server 2005: the ability to disable an index.</description><guid>http://www.sqlservercentral.com/articles/Indexing/63533/</guid><pubDate>2008/07/22</pubDate><link>http://www.sqlservercentral.com/articles/Indexing/63533/</link></item><item><title>Owning the Spelling Suggestion Feature</title><description>To create your own spelling suggestion feature, you need a look-up with correct spellings and misspellings. I walk you through it.</description><guid>http://www.sqlservercentral.com/articles/T-SQL/63404/</guid><pubDate>2008/07/21</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/63404/</link></item><item><title>How to Track Down Deadlocks Using SQL Server 2005 Profiler</title><description>It is irritating, sometimes alarming, for the user to be confronted by the 'deadlock message' when a deadlock happens. It can be a tiresome business to prevent them from occurring in applications. Fortunately, the profiler can be used to help DBAs identify how deadlocking problems happen, and indicate the best way of minimising the likelihood of their reappearance.</description><guid>http://www.sqlservercentral.com/redirect/articles/63693/</guid><pubDate>2008/07/21</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63693/</link></item><item><title>T-SQL Function to Determine Holidays in SQL Server</title><description>While working on a project recently I was asked to develop a mechanism that would provide the dates for state and federal holidays in a given year. Since this project deals with all states and territories of the United States, the list had to be comprehensive and the client asked that this list be in the form of a SQL query calculated on-the-fly, rather than a static list.</description><guid>http://www.sqlservercentral.com/redirect/articles/63696/</guid><pubDate>2008/07/21</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63696/</link></item><item><title>Return Query Text Along With sp_who2 Using SQL 2000</title><description>This is a follow up to the article &amp;quot;Return Query Text Along With sp_who2 Using Dynamic Management Views&amp;quot;.</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2000/63542/</guid><pubDate>2008/07/18</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2000/63542/</link></item><item><title>Bookmark Lookups</title><description>Building high performance applications with SQL Server can be a challenge if you do not understand how the query processor works and how the server uses indexes. SQL Server expert Randy Dyess brings a look at how bookmark lookups are used when satisfying a query and how this can impact the performance of your query.

</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/bookmarklookups/1899/</guid><pubDate>2008/07/18</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/bookmarklookups/1899/</link></item><item><title>Avoid Untrusted Constraints in SQL Server</title><description>Some time ago, I loaded a large set of data into one my tables. To speed up the load, I disabled the FOREIGN KEY and CHECK constraints on the table and then re-enabled them after the load was complete. I am now finding that some of the loaded data was referentially invalid. What happened?</description><guid>http://www.sqlservercentral.com/redirect/articles/63695/</guid><pubDate>2008/07/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63695/</link></item><item><title>Migrating from Business Objects Crystal Reports to SQL Server 2005 Reporting Services</title><description>This document assists Crystal Report designers with migrating to Microsoft SQL Server 2005 Reporting Services using a step-by-step migration strategy.</description><guid>http://www.sqlservercentral.com/redirect/articles/63194/</guid><pubDate>2008/07/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63194/</link></item><item><title>SSAS Database Backup</title><description>Longtime SQL Server author Dinesh Asanka brings us a new article on backing up an Analysis Services database.</description><guid>http://www.sqlservercentral.com/articles/Analysis+Services/63382/</guid><pubDate>2008/07/17</pubDate><link>http://www.sqlservercentral.com/articles/Analysis+Services/63382/</link></item><item><title>SQL Server 2005 Build List</title><description>Build List Updated with Cumulative Update 8 for SP2.



</description><guid>http://www.sqlservercentral.com/articles/Administration/2960/</guid><pubDate>2008/07/17</pubDate><link>http://www.sqlservercentral.com/articles/Administration/2960/</link></item><item><title>SQL Server 2005 Express Edition - Part 26 - Introduction to Service Broker</title><description>This article is a brief overview of Service Broker's core features, which are available (in a somewhat limited capacity) in SQL Server 2005 Express Edition. The next installment will describe a sample application illustrating its operations and discuss its management, security, and routing characteristics.</description><guid>http://www.sqlservercentral.com/redirect/articles/63697/</guid><pubDate>2008/07/17</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63697/</link></item><item><title>Things You Didn't Know About Temp Tables and Table Variables</title><description>New author Roi Assa brings us a short look at temp tables and table variables and describes a few of the characteristics and behaviors you might not have been aware of.</description><guid>http://www.sqlservercentral.com/articles/63472/</guid><pubDate>2008/07/17</pubDate><link>http://www.sqlservercentral.com/articles/63472/</link></item><item><title>XML Workshop XXI - Generating an ATOM 1.0 Feed with FOR XML EXPLICIT</title><description>This long running, and very popular, XML series continues with a look at building an ATOM feed with SQL Server.</description><guid>http://www.sqlservercentral.com/articles/XML/63535/</guid><pubDate>2008/07/16</pubDate><link>http://www.sqlservercentral.com/articles/XML/63535/</link></item><item><title>A Generic Histogram Generator for SQL Server</title><description>Histograms help people analyze large amounts of data, whether you display them as tables or as charts. This article shows you how to do both. </description><guid>http://www.sqlservercentral.com/redirect/articles/63651/</guid><pubDate>2008/07/16</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63651/</link></item><item><title>Dynamically controlling the number of rows affected by a SQL Server query</title><description>One thing you may need to do is dynamically return a set amount of rows based on user input.  This could be for a search function, reports, dropdown lists or whatever.  Instead of hard coding a set value you would like to pass in a variable that will then determine the number of rows to return.  How can this be done with T-SQL?</description><guid>http://www.sqlservercentral.com/redirect/articles/63694/</guid><pubDate>2008/07/16</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63694/</link></item><item><title>Bread and Butter of SQL Server DBA - Part 1</title><description>We have a new author at SQLServerCentral.com, Muthusamy Anantha Kumar AKA The MAK, who starts a new series on the basics that a DBA needs to know. This installment walks over basic backup and restore.</description><guid>http://www.sqlservercentral.com/articles/Administration/63641/</guid><pubDate>2008/07/15</pubDate><link>http://www.sqlservercentral.com/articles/Administration/63641/</link></item><item><title>DML Trigger Status Alerts</title><description>When databases suddenly stop working, it can be for a number of different reasons. Human error plays a large part, of course, and the DBA needs to know what these various humans are up to. DDL triggers can help alert the DBA to unauthorized tampering with a production system, of course, but DDL triggers can't tell you everything. At some point, you will need to implement your own checks. Randy certainly reached that point!</description><guid>http://www.sqlservercentral.com/redirect/articles/63692/</guid><pubDate>2008/07/15</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63692/</link></item><item><title>Using NOLOCK and READPAST table hints in SQL Server</title><description>Table locking hints provide developers much tighter control of their transactions. Look at the benefits and disadvantages of using the NOLOCK and READPAST table hints in SQL Server</description><guid>http://www.sqlservercentral.com/redirect/articles/63532/</guid><pubDate>2008/07/15</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63532/</link></item></channel></rss>