﻿<?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>Undocumented Extended and Stored Procedures</title><description>Some useful undocumented extended and stored procedures in SQL Server 2005</description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/62868/</guid><pubDate>2008/05/09</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/62868/</link></item><item><title>Worst Practices - Not Using Primary Keys and Clustered Indexes</title><description>Two weeks ago Andy started his wildly successful series on Worst Practices. This week he continues that series discussing why failing to use primary keys and clustered indexes are worst practices. Agree or disagree, read the article and join the discussion. One thing you'll have to admit, reading an article by Andy is a lot more interesting than reading Books Online!



</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/worstpracticesnotusingprimarykeysandclusteredindex/488/</guid><pubDate>2008/05/09</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/worstpracticesnotusingprimarykeysandclusteredindex/488/</link></item><item><title>Scalability and Goal Testing for Developers</title><description>Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environment.</description><guid>http://www.sqlservercentral.com/redirect/articles/62908/</guid><pubDate>2008/05/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62908/</link></item><item><title>Using XML to pass Multi-Select parameters from SSRS to SQL Server</title><description>How to use XML to pass Multi-Select parameters from Reporting Services to SQL Server.</description><guid>http://www.sqlservercentral.com/articles/Reporting+Services/62731/</guid><pubDate>2008/05/08</pubDate><link>http://www.sqlservercentral.com/articles/Reporting+Services/62731/</link></item><item><title>Testing SQL Stored Procedures Using LINQ</title><description>The need to test a program that accesses and manipulates a back-end SQL Server&amp;#174; database is very common. In many such cases, the application interacts with the back-end data through the use of SQL stored procedures. In this type of scenario, you can think of the stored procedures as auxiliary methods of the system under test; and they must therefore be tested just like any other module in the system.</description><guid>http://www.sqlservercentral.com/redirect/articles/62915/</guid><pubDate>2008/05/08</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62915/</link></item><item><title>Best Practices for Troubleshooting Slow Running Queries</title><description>In this article we will share some of the common reasons for slow-running queries and what your approach should be for identifying and fixing them. </description><guid>http://www.sqlservercentral.com/redirect/articles/62917/</guid><pubDate>2008/05/08</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62917/</link></item><item><title>The "Numbers" or "Tally" Table: What it is and how it replaces a loop.</title><description>Many people have used a &amp;quot;Numbers&amp;quot; or &amp;quot;Tally&amp;quot; table without really knowing what it does. This is an introduction as to how a Tally table replaces a loop.</description><guid>http://www.sqlservercentral.com/articles/TSQL/62867/</guid><pubDate>2008/05/07</pubDate><link>http://www.sqlservercentral.com/articles/TSQL/62867/</link></item><item><title>Slowly Changing Dimensions in SQL Server 2005 </title><description>This article explores the options available in SQL Server 2005 for Slowly Changing Dimensions.</description><guid>http://www.sqlservercentral.com/redirect/articles/62911/</guid><pubDate>2008/05/07</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62911/</link></item><item><title>Constructing XML using 'FOR XML'</title><description>Over the past few years, software developers have used various kinds of technologies to retrieve data from relational databases. SQL Server 2000 is the first Microsoft DBMS to fully support XML. In this article the author concentrates on the FOR XML clause in SQL Server versions, 2000 and 2005. Click on title for more</description><guid>http://www.sqlservercentral.com/redirect/articles/62916/</guid><pubDate>2008/05/07</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62916/</link></item><item><title>Using Reporting Services to Search the SQL Server Log</title><description>A unique solution that allows Reporting Services to easily publish information from your SQL Server Error logs.</description><guid>http://www.sqlservercentral.com/articles/Reporting+Services/62934/</guid><pubDate>2008/05/06</pubDate><link>http://www.sqlservercentral.com/articles/Reporting+Services/62934/</link></item><item><title>SQL Server source code analysis and management adds database security</title><description> SQL Server source code analysis and management add database security by debugging and testing SQL applications. Learn about SQL source code analysis.</description><guid>http://www.sqlservercentral.com/redirect/articles/62905/</guid><pubDate>2008/05/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62905/</link></item><item><title>Simplify SQL Server 2005 queries with a Dates table</title><description>Learn what a Dates table is and how to create one, and then try it out for yourself</description><guid>http://www.sqlservercentral.com/redirect/articles/62914/</guid><pubDate>2008/05/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62914/</link></item><item><title>SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes &amp; Times)</title><description>SQL 2008 has some key improvements over SQL 2005. This article deals with backup compression and faster backups in SQL 2008</description><guid>http://www.sqlservercentral.com/articles/Compression/62746/</guid><pubDate>2008/05/05</pubDate><link>http://www.sqlservercentral.com/articles/Compression/62746/</link></item><item><title>SqlCredit – Part 15: The Cost of Distribution</title><description>Part 15 of this series examines what cost is paid when tables are separated into multiple databases on the same server.</description><guid>http://www.sqlservercentral.com/redirect/articles/62902/</guid><pubDate>2008/05/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62902/</link></item><item><title>SQL Server 2008 (Katmai) Reporting Services Performance: Two Steps Forward, One Step Back?</title><description>In this article, David Leibowitz compares the performance of the prerelease of Microsoft's SQL Server 2008 Reporting Services to SSRS 2005. While it is clear performance improvements have been made for report automation, developers might have differing opinions on the new Report Designer.</description><guid>http://www.sqlservercentral.com/redirect/articles/62907/</guid><pubDate>2008/05/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62907/</link></item><item><title>Managing SQL Analysis Service Objects with SSIS and AMO</title><description>You can manage SSAS objects using AMO and SSIS which enables you to have detailed control of SSAS Administrative tasks.</description><guid>http://www.sqlservercentral.com/articles/SSIS/62795/</guid><pubDate>2008/05/02</pubDate><link>http://www.sqlservercentral.com/articles/SSIS/62795/</link></item><item><title>Introduction to MDX Scripting in Microsoft SQL Server 2005</title><description>This document describes how Multidimensional Expressions (MDX) for Microsoft SQL Server 2005 can be applied to common business problems. This document assumes some familiarity with MDX.</description><guid>http://www.sqlservercentral.com/redirect/articles/62567/</guid><pubDate>2008/05/02</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62567/</link></item><item><title>Is XML the Answer?</title><description>New Author! Don Peterson writes his first article for us and explores why he considers XML to be...bad! There are some interesting points made here and if you've haven't thought about what XML means to you as a DBA, it's a subject worth spending some time on.

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/isxmltheanswer/1147/</guid><pubDate>2008/05/02</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/isxmltheanswer/1147/</link></item><item><title>Using Indexes to Bypass Locks</title><description>One of the issues you'll face with SQL Server is blocking which is caused by other processes that are holding locks on objects.  Until the locks are removed on an object the next process will wait before proceeding.  This is a common process that runs within SQL Server to ensure data integrity, but depending on how transactions are run this can cause some issues.  Are there ways to get around blocking by using different indexes to cover the queries that may be running?</description><guid>http://www.sqlservercentral.com/redirect/articles/62913/</guid><pubDate>2008/05/02</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62913/</link></item><item><title>Custom Log Shipping</title><description>This article presents a way to implement a simple database synchronization solution similar to log shipping using Database Maintenance Plans and T-SQL.</description><guid>http://www.sqlservercentral.com/articles/Log+Shipping/62676/</guid><pubDate>2008/05/01</pubDate><link>http://www.sqlservercentral.com/articles/Log+Shipping/62676/</link></item><item><title>The Top Ten Reasons to Attend the PASS Summit 2008</title><description>The PASS Summit is being held in Seattle on November 18-21, 2008. Read about a few of the reasons that you might want to ask your boss if you can go.</description><guid>http://www.sqlservercentral.com/articles/SQLServerCentral.com/62979/</guid><pubDate>2008/05/01</pubDate><link>http://www.sqlservercentral.com/articles/SQLServerCentral.com/62979/</link></item><item><title>Configure SQL Server Service Broker for Sending Stored Procedures</title><description>Set up SQL Server 2005 Service Broker for a messaging platform to queue data of stored procedures and functions. Configure Service Broker with these steps.</description><guid>http://www.sqlservercentral.com/redirect/articles/62904/</guid><pubDate>2008/05/01</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62904/</link></item><item><title>SQL Server 2008’s Management Data Warehouse </title><description>This article looks at the new Management Data Warehouse (MDW) that is incorporated into SQL Server 2008. This warehouse is performance analysis and capacity planning tool for DBAs. This article will discuss the basic architecture of the MDW and how to set it up using a wizard.</description><guid>http://www.sqlservercentral.com/redirect/articles/62910/</guid><pubDate>2008/05/01</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62910/</link></item><item><title>Custom job categories to organize your SQL Agent jobs</title><description>Sometimes the tools that Microsoft provides us with do not give us complete control over the organization of our environment.  Such is the case with organizing SQL Agent Jobs.  We are able to organize and sort jobs by a variety of factors:</description><guid>http://www.sqlservercentral.com/redirect/articles/62912/</guid><pubDate>2008/04/30</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62912/</link></item><item><title>SQL Server 2005 Express Edition - Part 21 - Using Replication Management Objects</title><description>Recent installments of this series have demonstrated SQL Server 2005 Express Edition's replication characteristics by taking advantage of replication-specific executables and T-SQL code combined with Windows Synchronization Manager and Web Synchronization technologies. This article explores another method of reaching the same goal, which involves Replication Management Objects (RMO).</description><guid>http://www.sqlservercentral.com/redirect/articles/62901/</guid><pubDate>2008/04/30</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62901/</link></item><item><title>A Function Gotcha with the Use of an Asterisk</title><description>This article describes and demonstrates the problem of using asterisk to select all fields from a table within a table function.</description><guid>http://www.sqlservercentral.com/articles/UDF/62730/</guid><pubDate>2008/04/30</pubDate><link>http://www.sqlservercentral.com/articles/UDF/62730/</link></item><item><title>Usage of Functions in Stored Procedures</title><description>Building an application with modular programming not only speeds development, but can make for a more stable application. New author Sreeju Jumar brings us a look at how you can further modularize your stored procedures.</description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/62935/</guid><pubDate>2008/04/29</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/62935/</link></item><item><title>Advanced Matrix Reporting Techniques</title><description>Learn how to build robust Matrix-style reports in SQL Server Reporting Services. These advanced reporting techniques make it easier to build a fully-functional report.</description><guid>http://www.sqlservercentral.com/redirect/articles/62906/</guid><pubDate>2008/04/29</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62906/</link></item><item><title>Same Report but Different Methods in SQL Server Reporting Services </title><description>In Reporting Services in SQL Server 2005 there are several ways of achieving the same result. This article introduces how we can create the same report using several different methods.</description><guid>http://www.sqlservercentral.com/redirect/articles/62909/</guid><pubDate>2008/04/29</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62909/</link></item><item><title>Connection Strategy for Multiple Database Environments</title><description>Greg Larsen looks at one way to design your database connection strategy to simplify changing application connections so you can plug-n-play databases with less administrative overhead when the need arises.</description><guid>http://www.sqlservercentral.com/redirect/articles/62900/</guid><pubDate>2008/04/28</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62900/</link></item></channel></rss>