<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>SQL Server</title>
		<description>This is the SQL Server tips area of programmingtips.co.uk</description>
		<link>http://programmingtips.co.uk</link>
		<lastBuildDate>Tue, 07 Sep 2010 02:47:28 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://programmingtips.co.uk/images/M_images/rss.png</url>
			<title>Programming tips rss feed</title>
			<link>http://programmingtips.co.uk</link>
			<description>This is the SQL Server tips area of programmingtips.co.uk</description>
		</image>
		<item>
			<title>How to create the default aspnet membership tables in SQL Server</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=74&amp;Itemid=10</link>
			<description>One of the things that I keep having to look up is the command to create all of the default...</description>
			<pubDate>Thu, 15 Jul 2010 21:55:58 +0100</pubDate>
		</item>
		<item>
			<title>How to get a list of views in sql server</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=69&amp;Itemid=10</link>
			<description>To get a list of views you can use the following querySelect * from sysobjects where type = &amp;#39;V&amp;#39; and...</description>
			<pubDate>Thu, 28 Jan 2010 22:18:18 +0100</pubDate>
		</item>
		<item>
			<title>How to get a list of stored procedures in sql server</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=68&amp;Itemid=10</link>
			<description>To get a list of stored procedures in sql server you can use the following querySelect * from sysobjects where...</description>
			<pubDate>Thu, 28 Jan 2010 22:17:18 +0100</pubDate>
		</item>
		<item>
			<title>List connections on sql server 2008</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=62&amp;Itemid=10</link>
			<description>How do I list all of the connections or view the total connections in use on SQL Server 2008 The...</description>
			<pubDate>Sun, 13 Dec 2009 20:28:08 +0100</pubDate>
		</item>
		<item>
			<title>Enabling AgentXPs in SQL Server 2008</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=55&amp;Itemid=10</link>
			<description>To run maintenance plans you need to have AgentXPs enabled.To enable this in SQL Server 2008 usesp_configure &amp;#39;show advanced options&amp;#39;,...</description>
			<pubDate>Thu, 03 Sep 2009 19:28:44 +0100</pubDate>
		</item>
		<item>
			<title>How do I list all of the identity columns in a SQL Server database</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=31&amp;Itemid=10</link>
			<description>SELECT   OBJECT_NAME(OBJECT_ID) AS TABLENAME,
         NAME AS COLUMNNAME,...</description>
			<pubDate>Wed, 31 Dec 2008 14:22:20 +0100</pubDate>
		</item>
		<item>
			<title>Commands for managing identity columns in SQLServer</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=30&amp;Itemid=10</link>
			<description>DBCC CHECKIDENT


There are a few options that you can use for this command:

The first option will show you the current...</description>
			<pubDate>Wed, 31 Dec 2008 14:18:22 +0100</pubDate>
		</item>
		<item>
			<title>How do I replicate identity columns in SQL Server</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=29&amp;Itemid=10</link>
			<description>Replication of Identity columns in SQL Server is a tricky business 
you will need to bear in mind the following:-

Make...</description>
			<pubDate>Wed, 31 Dec 2008 14:09:50 +0100</pubDate>
		</item>
		<item>
			<title>How can I update a column value in all tables in SQL Server</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=28&amp;Itemid=10</link>
			<description>This query will write out a SQL Query, which will Update a Column Value in All Tables

First, open SQL Server...</description>
			<pubDate>Wed, 31 Dec 2008 13:59:05 +0100</pubDate>
		</item>
		<item>
			<title>Multiuser temporary tables in SQL Server</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=20&amp;Itemid=10</link>
			<description>SQL Server can allow temporary tables for each user 

for example

ALTER PROCEDURE dbo.JGR
AS
Declare @Yaks table  (...</description>
			<pubDate>Fri, 28 Nov 2008 21:54:56 +0100</pubDate>
		</item>
	</channel>
</rss>
