﻿<?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 Development</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Development posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>An Incremental Database Development and Deployment Framework</title><description><![CDATA[<p>Often, an existing database application must evolve rapidly by incremental steps. Alex describes a tried and tested system to provide an automated approach to deploying both new and existing database systems, whilst dealing with common security and configuration issues.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/97130/</guid><pubDate>Tue, 05 Mar 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/97130/</link></item><item><title>Decoupling the Database</title><description><![CDATA[<p>Database refactoring is a difficult proposition at the best of times, but is rendered more or less impossible if the database is close-coupled to the application's other components. In a guest editorial, Mladen Prajdic stresses the importance of a native SQL Server abstraction layer.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Editorial/71724/</guid><pubDate>Mon, 22 Nov 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/71724/</link></item><item><title>Database defintion from an Excel Spec?</title><description><![CDATA[<p>Have you ever been required to create a database with nothing but a specification in Excel?</p>]]></description><guid>http://www.sqlservercentral.com/articles/Excel/66806/</guid><pubDate>Thu, 12 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Excel/66806/</link></item><item><title>Guide to MCITP: SQL Server 2008 Developer</title><description><![CDATA[<p>An overview of what's involved in the two exams you need to pass to become a Microsoft IT Professional in SQL Server 2008.</p>]]></description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2008/67599/</guid><pubDate>Fri, 21 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2008/67599/</link></item><item><title>Agile Practices Meet Database Development: Intro</title><description><![CDATA[<p>I think the database developer role is on the rise and that it's better suited for agile practices - but guidance...</p><!-- 15 seconds (SQL Monitor) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017"><img src="http://assets.red-gate.com/external/SSC/monitor_ico.gif" alt="sqlmonitor"></td>   <td><strong>Get alerts within 15 seconds of SQL Server issues</strong><br />SQL Monitor checks performance data every 15 seconds, so you can fix issues before your users even notice them.  <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017">Start monitoring with a free trial.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67771/</guid><pubDate>Thu, 06 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67771/</link></item><item><title>SQL Server XML Schemas</title><description><![CDATA[<p>When information is exchanged in XML format, there needs to be an agreement between the sender and receiver about the structure and content of the XML document. An XSD (XML Schema Definition Language) Schema can be used to enforce this contract and validate the XML data being exchanged. Jacob Sebastian's book explains all.</p><!-- 12 Tools (SQL Dev Bundle)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013"><img src="http://assets.red-gate.com/external/SSC/devbundle_68x68.gif" alt="sqldeveloperbundle"></td>   <td><strong>12 essential tools for database professionals</strong><br />The SQL Developer Bundle contains 12 tools designed with the SQL Server developer and DBA in mind.  <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013">Try it now.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/books/65843/</guid><pubDate>Tue, 10 Feb 2009 19:35:38 UT</pubDate><link>http://www.sqlservercentral.com/articles/books/65843/</link></item><item><title>Guest Editorial: That ain't a Database, it's a Spreadsheet</title><description><![CDATA[<p>Phil recently had to draw up a list of 'top ten' pieces of advice for programmers who were starting out as database developers. It is a difficult thing to do when one is immersed in the study of the intricacies and detail of the plumbing of SQL Server.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Editorial/65266/</guid><pubDate>Thu, 18 Dec 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/65266/</link></item><item><title>Introduction to DML Triggers</title><description><![CDATA[<p>This article by Jack Corbett explains what triggers are, the different types, and how to avoid common mistakes.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Triggers/64214/</guid><pubDate>Tue, 14 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Triggers/64214/</link></item><item><title>Recursive Queries in SQL Server 2005</title><description><![CDATA[<p>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.

</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/recursivequeriesinsqlserver2005/1760/</guid><pubDate>Fri, 18 Apr 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/recursivequeriesinsqlserver2005/1760/</link></item><item><title>Dynamic Connection Strings in Reporting Services 2005</title><description><![CDATA[<p>Reporting Services is one of the most popular features of SQL Server 2005 and there have been a tremendous number of enhancements to this subsystem. New author Bilal Khawaja brings us a look at dynamic connection strings and how you can have one report pulling data from different servers.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/2945/</guid><pubDate>Thu, 03 Apr 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/2945/</link></item><item><title>Reporting Services Makes Server Support Easier</title><description><![CDATA[<p>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
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Administration/2898/</guid><pubDate>Tue, 04 Mar 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Administration/2898/</link></item><item><title>Maximum Row Size in SQL Server 2005</title><description><![CDATA[<p>What is the page size in SQL Server 2005? That&#39;s an easy question, but what is the maximum row size? They&#39;re not the same thing and ANdy Warren shows you why.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/2862/</guid><pubDate>Tue, 12 Feb 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/2862/</link></item><item><title>Data Driven Subscriptions for Reporting Services (2000 and 2005)</title><description><![CDATA[<p>Reporting Services has proven to be one of the more useful subsystems of SQL Server. However the standard editions of both SQL Server 2000 and SQL Server 2005 have limitations with regard to the subscription features. Jason Selberg brings us an updated version of his 
code for extending the subscription feature.



</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/2824/</guid><pubDate>Tue, 22 Jan 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/2824/</link></item><item><title>Adding Custom Code To Reporting Services</title><description><![CDATA[<p>Reporting Services has been greatly enhanced in SQL Server 2005 and become an integral tool in many SQL Server installations. Longtime autor Raj Vasant brings us an example of how you can enhance your reports with custom coded DLLs called from within the reporting engine.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/2803/</guid><pubDate>Tue, 15 Jan 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/2803/</link></item><item><title>An Introduction to the Service Broker</title><description><![CDATA[<p>One of the more interesting new features in SQL Server 2005 is the Service Broker. It&#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&#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.

</p><!-- how to automate(Deployment Manager) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/deployment-manager-68x68.png" alt="deploymentmanager"></td>   <td><strong>How to automate your .NET and SQL Server deployments</strong><br />Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Start deploying with a 28-day trial</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/articles/Development/anintroductiontotheservicebroker/1957/</guid><pubDate>Fri, 14 Dec 2007 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/anintroductiontotheservicebroker/1957/</link></item><item><title>Source Control in SQL Server</title><description><![CDATA[<p>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.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/2743/</guid><pubDate>Fri, 30 Nov 2007 07:00:00 UT</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><![CDATA[<p>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.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/2738/</guid><pubDate>Wed, 28 Nov 2007 07:00:00 UT</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><![CDATA[<p>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.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/2734/</guid><pubDate>Tue, 27 Nov 2007 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/2734/</link></item><item><title>Isolation Levels in SQL Server 2005 </title><description><![CDATA[<p>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.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3234/</guid><pubDate>Fri, 28 Sep 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3234/</link></item><item><title>Report Session Caching in Reporting Services 2005</title><description><![CDATA[<p>BI Architect Bill Pearson begins a three-part sub-series on Caching Options within Reporting Services 2005. In this article, we focus upon Report Session Caching.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3220/</guid><pubDate>Wed, 05 Sep 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3220/</link></item><item><title>Background Images in Reporting Services</title><description><![CDATA[<p>Reporting Services makes building rich reports easy, including images and fancy layouts, with a nice wizard. But adding in background images is a little more complex and Andy Warren brings us a quick tutorial for SQL Server 2005's Reporting Services
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/3184/</guid><pubDate>Tue, 04 Sep 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/3184/</link></item><item><title>Creating SQL Server Reporting Services templates</title><description><![CDATA[<p>Tired of creating templates in SQL Server Reporting Services? Learn how to maintain reusable Reporting Services templates in SQL Server 2005 using BIDS.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3194/</guid><pubDate>Thu, 30 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3194/</link></item><item><title>An Auditing Solution with XML And XSL</title><description><![CDATA[<p>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.

</p>]]></description><guid>http://www.sqlservercentral.com/articles/Security/3179/</guid><pubDate>Mon, 20 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Security/3179/</link></item><item><title>Building a Partitioned Table</title><description><![CDATA[<p>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.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/3144/</guid><pubDate>Tue, 14 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/3144/</link></item><item><title>The Reporting Services Cribsheet </title><description><![CDATA[<p>If you are forced to nod wisely and keep silent when Reporting Services is mentioned, now is the time to turn ignorance into wisdom, with the help of yet another Simple Talk Cribsheet! </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3152/</guid><pubDate>Mon, 13 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3152/</link></item><item><title>Multi-Select Parameters for Reporting Services</title><description><![CDATA[<p>Reporting Services is a very handy way to get your SQL Server 2005 data out to end users quickly. It is included with your license and provides a great development environment for reports. New author Adriaan Davel brings us a quick technique for ensuring that multi-select parameters are handled correctly.
</p><!-- Breeze (SQL Prompt) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/Prompt_68.gif" alt="sqlprompt"></td>   <td><strong>Make working with SQL a breeze</strong><br />SQL Prompt 5 is the effortless way to write, edit, and explore SQL. It's packed with features such as code completion, script summaries, and SQL reformatting, that make working with SQL a breeze.  <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Try it now.</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/articles/Development/3138/</guid><pubDate>Mon, 13 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/3138/</link></item><item><title>Table Partitioning</title><description><![CDATA[<p>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.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Development/3135/</guid><pubDate>Thu, 09 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Development/3135/</link></item><item><title>Transaction Isolation and the New Snapshot Isolation Level</title><description><![CDATA[<p>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&#39;t affect us and we can forget all about it. Well you can&#39;t ignore it any more and with SQL Server 2005 there&#39;s a whole new isolation level added to the four that already exist.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3101/</guid><pubDate>Thu, 19 Jul 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3101/</link></item><item><title>Stop SQL Injection Attacks Before They Stop You</title><description><![CDATA[<p>This article discusses: How SQL injection attacks work, Testing for vulnerabilities, Validating user input, and more.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3073/</guid><pubDate>Mon, 09 Jul 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3073/</link></item><item><title>Cut development time with SQL Server 2005's synonyms</title><description><![CDATA[<p>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</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3020/</guid><pubDate>Fri, 08 Jun 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3020/</link></item></channel></rss>