﻿<?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 T-SQL, Database Design</title><link>http://www.sqlservercentral.com/</link><description>Content tagged T-SQL, Database Design posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Storing IPs in SQL Server</title><description>An IP address is something we all recognize and is a piece of data that is quite prevalent in many systems. However it is a piece of 
data tha presents some challenges in its storage and retrieval. SQL Server guru David Poole presents us with a look at how you can 
work with this strange formatting.
</description><guid>http://www.sqlservercentral.com/articles/Advanced+Querying/2871/</guid><pubDate>2008/02/19</pubDate><link>http://www.sqlservercentral.com/articles/Advanced+Querying/2871/</link></item><item><title>Computed Columns</title><description>Computed columns are an interesting way to cover some queries that might otherwise require a table scan. SQL Server expert Andy Warren brings us a look at this database design feature.</description><guid>http://www.sqlservercentral.com/articles/T-SQL/61764/</guid><pubDate>2008/02/12</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/61764/</link></item><item><title>TinyInt, SmallInt, Int and BigInt</title><description>SQL Server guru David Poole takes a look at the different integer data types and the impact of each of those on your database.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/2753/</guid><pubDate>2007/12/10</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/2753/</link></item><item><title>Storing IPs in SQL Server</title><description>An IP address is something we all recognize and is a piece of data that is quite prevalent in many systems. However it is a piece of 
data tha presents some challenges in its storage and retrieval. SQL Server guru David Poole presents us with a look at how you can 
work with this strange formatting.
</description><guid>http://www.sqlservercentral.com/articles/Advanced+Querying/2871/</guid><pubDate>2008/02/19</pubDate><link>http://www.sqlservercentral.com/articles/Advanced+Querying/2871/</link></item><item><title>TinyInt, SmallInt, Int and BigInt</title><description>SQL Server guru David Poole takes a look at the different integer data types and the impact of each of those on your database.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/2753/</guid><pubDate>2007/12/10</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/2753/</link></item><item><title>Data Dictionary from within SQL Server 2000</title><description>Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!

</description><guid>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</guid><pubDate>2005/02/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</link></item><item><title>Using Bits to Store Data</title><description>David recently worked on a project where it turned out storing the answers to a survey using bitmapping was a good approach. He was good enough to write some of it down and share. As he notes bitmapping isn&amp;#39;t used as often as it used to be, but it can still be a useful technique to have around.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/usingbitstostoredata/1251/</guid><pubDate>2004/01/06</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/usingbitstostoredata/1251/</link></item><item><title>An Automated Solution for Migrating Database Structures</title><description>This article by Simon Galbraith (from Red Gate software, maker of SQL Compare) discusses migrating changes from development to staging, QA, and on to production. If you&amp;#39;ve never seen the need for a schema compare tool (Steve Jones!), this is worth reading.</description><guid>http://www.sqlservercentral.com/redirect/articles/982/</guid><pubDate>2003/05/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/982/</link></item><item><title>Managing Jobs - Part 1</title><description>How many jobs do you have? 10? 100? 1000? Andy makes the point that what works to manage for a small number of jobs doesn&amp;#39;t work when that number doubles or triples (well, unless you only had 1 job to start with!). In part one of two, this article looks at ideas for using categories and naming conventions to get things under control.
</description><guid>http://www.sqlservercentral.com/articles/Administering/managingjobspart1/906/</guid><pubDate>2003/01/31</pubDate><link>http://www.sqlservercentral.com/articles/Administering/managingjobspart1/906/</link></item><item><title>A Normalization Primer</title><description>For most DBAs, normalization is an understood concept, a bread and butter bit of knowledge. However, it is not at all unusual to review a database design by a development group for an OLTP (OnLine Transaction Processing) environment and find that the schema chosen is anything but properly normalized. This article by Brian Kelley will give you the core knowledge to data model.



</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/normalization/584/</guid><pubDate>2003/01/13</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/normalization/584/</link></item><item><title>Interact with SQL Server's Data and Procedure Cache</title><description>This article briefly discusses SQL Server&amp;#39;s data and procedure cache and shows you the common Transact-SQL statements/command and system tables that you can use to interact with the cache through Transact-SQL.
</description><guid>http://www.sqlservercentral.com/articles/Administering/cache/766/</guid><pubDate>2002/08/15</pubDate><link>http://www.sqlservercentral.com/articles/Administering/cache/766/</link></item><item><title>Querying Responses</title><description>Binary data can be stored as integers in a table.  This article explains how to query an integer field to return the bits represented by the integer.
</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/queryresponse/717/</guid><pubDate>2002/06/28</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/queryresponse/717/</link></item><item><title>Storing Checkbox Responses as Integers</title><description>This article demonstrates how to store checkbox results as integers in a database...perfect for surveys!
</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/storingresponses/718/</guid><pubDate>2002/06/27</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/storingresponses/718/</link></item><item><title>Version Control for Stored Procedures</title><description>Version control for stored procedures isn&amp;#39;t always popular and certainly isn&amp;#39;t easy. Or can it be? Andy discusses a technique he used on a recent project that you might find interesting.
</description><guid>http://www.sqlservercentral.com/articles/Administering/versioncontrolforstoredprocedures/681/</guid><pubDate>2002/05/10</pubDate><link>http://www.sqlservercentral.com/articles/Administering/versioncontrolforstoredprocedures/681/</link></item><item><title>Data Dictionary from within SQL Server 2000</title><description>Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!

</description><guid>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</guid><pubDate>2005/02/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</link></item><item><title>Reducing Round Trips - Part 2</title><description>Last week Andy started a discussion of the various ways you can reduce the number of round trips to the server. This week he continues by looking at a method he used recently to do client side caching of data to eliminate the round trip altogether. Gotta read it!
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</guid><pubDate>2002/02/06</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</link></item><item><title>Understanding the Implications of ANSI SQL92 SET Options</title><description>Have you ever experienced a T-SQL query, a stored procedure, view or a trigger returning unexpected results. In this article by Raj Gill, he shows you how ANSI DEFAULTS may be to blame.

</description><guid>http://www.sqlservercentral.com/articles/Administering/understandingtheimplicationsofansisql92setoptions/482/</guid><pubDate>2001/10/18</pubDate><link>http://www.sqlservercentral.com/articles/Administering/understandingtheimplicationsofansisql92setoptions/482/</link></item></channel></rss>