﻿<?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 Content tagged SQL Server 2005, Development</title><link>http://www.sqlservercentral.com/</link><description>Content tagged SQL Server 2005, Development posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Recursive Queries in SQL Server 2005</title><description>Part 2 of new T-SQL enhancements from Srinivas Sampath. SQL Server 2005 contains a number of enhancements designed to allow you to write more powerful queries while keeping the code structured in a way that makes development and understanding it easier. Building on his first look at Common Table Expressions, Srinivas now looks at recursive queries with CTEs.

</description><guid>http://www.sqlservercentral.com/articles/Development/recursivequeriesinsqlserver2005/1760/</guid><pubDate>2008/04/18</pubDate><link>http://www.sqlservercentral.com/articles/Development/recursivequeriesinsqlserver2005/1760/</link></item><item><title>Reporting Services Makes Server Support Easier</title><description>Reporting Services is one of the most widely used subsystems in SQL Server and there have been some very creative solutions invented by DBAs around the world. New author Carolyn Richardson is one of those, bringing us a implementation that tracks uptime and disk space for her SQL Servers
</description><guid>http://www.sqlservercentral.com/articles/Administration/2898/</guid><pubDate>2008/03/04</pubDate><link>http://www.sqlservercentral.com/articles/Administration/2898/</link></item><item><title>Maximum Row Size in SQL Server 2005</title><description>What is the page size in SQL Server 2005? That&amp;#39;s an easy question, but what is the maximum row size? They&amp;#39;re not the same thing and ANdy Warren shows you why.
</description><guid>http://www.sqlservercentral.com/articles/Development/2862/</guid><pubDate>2008/02/12</pubDate><link>http://www.sqlservercentral.com/articles/Development/2862/</link></item><item><title>An Introduction to the Service Broker</title><description>One of the more interesting new features in SQL Server 2005 is the Service Broker. It&amp;#39;s not something to help you manage your financial future, nor is it some new program that handles all the instances and their accounts. It&amp;#39;s a message queue and SQL Server MVP Srinivas Sampath brings us a look at this new feature with some code to get you going.

</description><guid>http://www.sqlservercentral.com/articles/Development/anintroductiontotheservicebroker/1957/</guid><pubDate>2007/12/14</pubDate><link>http://www.sqlservercentral.com/articles/Development/anintroductiontotheservicebroker/1957/</link></item><item><title>Source Control in SQL Server</title><description>One of the most requested features from SQL Server developers is the integration of source control with T-SQL code. SQL Server Management Studio brings some integration with Visual Source Safe and longtime SQL Server author Raj Vasant explains it to us.
</description><guid>http://www.sqlservercentral.com/articles/Development/2743/</guid><pubDate>2007/11/30</pubDate><link>http://www.sqlservercentral.com/articles/Development/2743/</link></item><item><title>New T-SQL Features in SQL Server 2005 Part 2</title><description>SQL Server 2005 has changed many of the ways in which we will use SQL Server in the future with a dizzying array of new features and enhancements. Sureshkumar Ramakrishnan brings us the second part in a series looking at what these changes do and how to use them.
</description><guid>http://www.sqlservercentral.com/articles/Development/2738/</guid><pubDate>2007/11/28</pubDate><link>http://www.sqlservercentral.com/articles/Development/2738/</link></item><item><title>New T-SQL Features in SQL Server 2005 Part 1</title><description>SQL Server 2005 has changed many of the ways in which we will use SQL Server in the future with a dizzying array of new features and enhancements. Sureshkumar Ramakrishnan brings us the first part in a series looking at what these changes do and how to use them.
</description><guid>http://www.sqlservercentral.com/articles/Development/2734/</guid><pubDate>2007/11/27</pubDate><link>http://www.sqlservercentral.com/articles/Development/2734/</link></item><item><title>Isolation Levels in SQL Server 2005 </title><description>Isolation levels are used to prioritize the acccess to a resource. SQL Server 2005 extends upon the support for isolation levels in 2000 with several new features including an additional level.</description><guid>http://www.sqlservercentral.com/redirect/articles/3234/</guid><pubDate>2007/09/28</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3234/</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>Building a Partitioned Table</title><description>One of the nice new features in SQL Server 2005 is the ability to partition a table based on some sort of range in the data. New author Irfan Baig brings us a short article that explains exactly how you can get started using this new feature.
</description><guid>http://www.sqlservercentral.com/articles/Development/3144/</guid><pubDate>2007/08/14</pubDate><link>http://www.sqlservercentral.com/articles/Development/3144/</link></item><item><title>Table Partitioning</title><description>One of the techniques that you can use for increasing performance, especially in large SQL Server tables, is partitioning. Andy Warren brings us an overview of what this is and how you can use it in your SQL Server 2005 applications.
</description><guid>http://www.sqlservercentral.com/articles/Development/3135/</guid><pubDate>2007/08/09</pubDate><link>http://www.sqlservercentral.com/articles/Development/3135/</link></item><item><title>Transaction Isolation and the New Snapshot Isolation Level</title><description>Concurrency and transaction isolation are a prickly subject, difficult to explain with any kind of clarity without boring the reader and leaving their poor brain in a complete muddle. Therefore, it is often ignored in the vain hope it won&amp;#39;t affect us and we can forget all about it. Well you can&amp;#39;t ignore it any more and with SQL Server 2005 there&amp;#39;s a whole new isolation level added to the four that already exist.</description><guid>http://www.sqlservercentral.com/redirect/articles/3101/</guid><pubDate>2007/07/19</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3101/</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>Cut development time with SQL Server 2005's synonyms</title><description>A synonym is a new object to SQL Server 2005. It is a way to give an alias to an already existing object. For example, if you have a table named SalesHistoryFromArchiveF</description><guid>http://www.sqlservercentral.com/redirect/articles/3020/</guid><pubDate>2007/06/08</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3020/</link></item><item><title>Using Multiple Active Result Sets (MARS)</title><description>SQL Server 2005 has so many new features that in my opinion if you read only BOL for a year you&amp;#39;d find something new every day. One of those is Multiple Active Result Sets or MARS. Multiple Active Result Sets is a new SQL Server 2005 feature that, putting it simply, allows the user to run more than one SQL batch on an open connection at the same time.</description><guid>http://www.sqlservercentral.com/redirect/articles/2951/</guid><pubDate>2007/04/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2951/</link></item><item><title>Reporting Services Makes Server Support Easier</title><description>Reporting Services is one of the most widely used subsystems in SQL Server and there have been some very creative solutions invented by DBAs around the world. New author Carolyn Richardson is one of those, bringing us a implementation that tracks uptime and disk space for her SQL Servers
</description><guid>http://www.sqlservercentral.com/articles/Administration/2898/</guid><pubDate>2008/03/04</pubDate><link>http://www.sqlservercentral.com/articles/Administration/2898/</link></item><item><title>Common Table Expressions in SQL Server 2005</title><description>The next evoution of T-SQL, which will be released in SQL Server 2005, contains a number of enhancements designed to allow you to write more powerful queries while keeping the code structured in a way that makes development and understanding it easier. Coming ever so closer to the SQL-99 specification with Common Table Expressions, new author Srinivas Sampath brings us an introduction to this new way of writing complex queries.

</description><guid>http://www.sqlservercentral.com/articles/Development/commontableexpressionsinsqlserver2005/1758/</guid><pubDate>2007/03/09</pubDate><link>http://www.sqlservercentral.com/articles/Development/commontableexpressionsinsqlserver2005/1758/</link></item><item><title>SQL Server Error Handling Workbench</title><description>Grant Fritchey steps into the workbench arena, with an example-fuelled examination of catching and gracefully handling errors in SQL 2000 and 2005, including worked examples of the new TRY..CATCH capabilities.</description><guid>http://www.sqlservercentral.com/redirect/articles/2883/</guid><pubDate>2007/03/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2883/</link></item><item><title>Maximum Row Size in SQL Server 2005</title><description>What is the page size in SQL Server 2005? That&amp;#39;s an easy question, but what is the maximum row size? They&amp;#39;re not the same thing and ANdy Warren shows you why.
</description><guid>http://www.sqlservercentral.com/articles/Development/2862/</guid><pubDate>2008/02/12</pubDate><link>http://www.sqlservercentral.com/articles/Development/2862/</link></item><item><title>Automate the process of trimming table data in SQL Server 2005</title><description>Arthur Fuller recently instructed a colleague on how to automate the process of trimming table data in SQL Server 2005. Find out how he is able to turn an onerous task into a breeze.</description><guid>http://www.sqlservercentral.com/redirect/articles/2810/</guid><pubDate>2007/01/22</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2810/</link></item><item><title>Data partitioning in SQL Server 2005 - Part V</title><description>Learn how to merge and split existing partitions.
</description><guid>http://www.sqlservercentral.com/redirect/articles/2790/</guid><pubDate>2007/01/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2790/</link></item><item><title>Using Synonyms in SQL Server 2005</title><description>It&amp;#39;s nice to have little amenities in your development tools. They make for easier development and can save you a little time. Synonyms is one of those tools.</description><guid>http://www.sqlservercentral.com/redirect/articles/2714/</guid><pubDate>2007/01/03</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2714/</link></item><item><title>New T-SQL Features in SQL Server 2005 Part 2</title><description>SQL Server 2005 has changed many of the ways in which we will use SQL Server in the future with a dizzying array of new features and enhancements. Sureshkumar Ramakrishnan brings us the second part in a series looking at what these changes do and how to use them.
</description><guid>http://www.sqlservercentral.com/articles/Development/2738/</guid><pubDate>2007/11/28</pubDate><link>http://www.sqlservercentral.com/articles/Development/2738/</link></item><item><title>Source Control in SQL Server</title><description>One of the most requested features from SQL Server developers is the integration of source control with T-SQL code. SQL Server Management Studio brings some integration with Visual Source Safe and longtime SQL Server author Raj Vasant explains it to us.
</description><guid>http://www.sqlservercentral.com/articles/Development/2743/</guid><pubDate>2007/11/30</pubDate><link>http://www.sqlservercentral.com/articles/Development/2743/</link></item><item><title>New T-SQL Features in SQL Server 2005 Part 1</title><description>SQL Server 2005 has changed many of the ways in which we will use SQL Server in the future with a dizzying array of new features and enhancements. Sureshkumar Ramakrishnan brings us the first part in a series looking at what these changes do and how to use them.
</description><guid>http://www.sqlservercentral.com/articles/Development/2734/</guid><pubDate>2007/11/27</pubDate><link>http://www.sqlservercentral.com/articles/Development/2734/</link></item><item><title>Data partitioning in SQL Server 2005 - Part III</title><description>Part III of the article series illustrates how to partition an existing table with data into four different file groups.</description><guid>http://www.sqlservercentral.com/redirect/articles/2697/</guid><pubDate>2006/11/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2697/</link></item><item><title>Toying with template parameters in SQL Server 2005</title><description>If you create functions or stored procedures from SQL Server 2005 Management Studio, you will notice that the new window is filled with a template. In general, you get a skeleton interspersed with markers. This article discusses how you can use templates.
</description><guid>http://www.sqlservercentral.com/redirect/articles/2623/</guid><pubDate>2006/11/02</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2623/</link></item><item><title>Data partitioning in SQL Server 2005 - Part I</title><description>Learn how to make life easier by dividing large tables and indexes into smaller parts.</description><guid>http://www.sqlservercentral.com/redirect/articles/2659/</guid><pubDate>2006/10/23</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2659/</link></item><item><title>Upload multiple files to VarBinary column in SQL Server 2005</title><description>This article discusses how to upload multiple image or text files to the SQL Server database varbinary column.</description><guid>http://www.sqlservercentral.com/redirect/articles/2607/</guid><pubDate>2006/09/26</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2607/</link></item><item><title>Using and Monitoring SQL 2005 Query Notification</title><description>The aim of this article is to show you how to make full use of SQL 2005 query notification with ASP.NET 2.0. It tackles the implementation details largely from SQL Server&amp;#39;s perspective and includes many DBA tips and tricks for troubleshooting query notification.
</description><guid>http://www.sqlservercentral.com/redirect/articles/2569/</guid><pubDate>2006/09/15</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2569/</link></item></channel></rss>