<?xml version="1.0" encoding="US-ASCII"?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss">
<channel>
<title>sql code,tips and solutions</title>
<link>http://www.codefound.com/</link>
<description>sql code,tips and solutions</description>
<language>en</language>
<pubDate>Thu, 16 Apr 2009 07:42:00 GMT</pubDate>
<lastBuildDate>Thu, 16 Apr 2009 07:42:00 GMT</lastBuildDate>
<managingEditor>info@codefound.com</managingEditor>
<webMaster>info@codefound.com</webMaster>

<item>
<title>Different ways to execute a SQL Agent job</title>
<link>http://www.codefound.com/different-ways-to-execute-a-sql-agent-job/</link>
<description>Different ways to execute a SQL Agent job Problem: Every database person might have come across the situation of maintenance tasks such as backing up of databases, re-indexing tables and...</description>
<comments>http://www.codefound.com/different-ways-to-execute-a-sql-agent-job/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/different-ways-to-execute-a-sql-agent-job/</guid>
<pubDate>Thu, 16 Apr 2009 07:42:00 GMT</pubDate>
</item>
	  
<item>
<title>When was the last time your SQL Server database was restored</title>
<link>http://www.codefound.com/when-was-the-last-time-your-sql-server-database-was-restored/</link>
<description>When was the last time your SQL Server database was restored Problem Often times we are asked the question "when was the last time my database was restored, and where...</description>
<comments>http://www.codefound.com/when-was-the-last-time-your-sql-server-database-was-restored/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/when-was-the-last-time-your-sql-server-database-was-restored/</guid>
<pubDate>Mon, 13 Apr 2009 14:37:00 GMT</pubDate>
</item>
	  
<item>
<title>Handling workloads on SQL Server 2008 with Resource Governor</title>
<link>http://www.codefound.com/handling-workloads-on-sql-server-2008-with-resource-governor/</link>
<description>Handling workloads on SQL Server 2008 with Resource Governor Problem Handling workloads has been quite difficult until SQL Server 2005. For example consider a scenario where one SQL instance is...</description>
<comments>http://www.codefound.com/handling-workloads-on-sql-server-2008-with-resource-governor/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/handling-workloads-on-sql-server-2008-with-resource-governor/</guid>
<pubDate>Sat, 04 Apr 2009 11:32:00 GMT</pubDate>
</item>
	  
<item>
<title>Collecting performance counters and using SQL Server to analyze the data</title>
<link>http://www.codefound.com/collecting-performance-counters-and-using-sql-server-to-analyze-the-data/</link>
<description>Collecting performance counters and using SQL Server to analyze the data Problem Quite frequently I find myself in situation where I need to get detailed information on performance monitor counters...</description>
<comments>http://www.codefound.com/collecting-performance-counters-and-using-sql-server-to-analyze-the-data/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/collecting-performance-counters-and-using-sql-server-to-analyze-the-data/</guid>
<pubDate>Sat, 04 Apr 2009 11:24:00 GMT</pubDate>
</item>
	  
<item>
<title>SQL Server UDF to convert integer date to datetime format</title>
<link>http://www.codefound.com/sql-server-udf-to-convert-integer-date-to-datetime-format/</link>
<description>SQL Server UDF to convert integer date to datetime format Problem I have an internally-developed metadata repository for the SQL Server instances I administer. One of the metrics I track...</description>
<comments>http://www.codefound.com/sql-server-udf-to-convert-integer-date-to-datetime-format/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/sql-server-udf-to-convert-integer-date-to-datetime-format/</guid>
<pubDate>Tue, 31 Mar 2009 13:31:00 GMT</pubDate>
</item>
	  
<item>
<title>Handling cross database joins that have different collations (SQL Server)</title>
<link>http://www.codefound.com/handling-cross-database-joins-that-have-different-collations-sql-server/</link>
<description>Handling cross database joins that have different collations (SQL Server) Problem Recently I had to create a SQL Server instance with a non-standard collation (or as the vendor that created...</description>
<comments>http://www.codefound.com/handling-cross-database-joins-that-have-different-collations-sql-server/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/handling-cross-database-joins-that-have-different-collations-sql-server/</guid>
<pubDate>Sat, 28 Mar 2009 10:42:00 GMT</pubDate>
</item>
	  
<item>
<title>Server level permissions for SQL Server 2005 and 2008</title>
<link>http://www.codefound.com/server-level-permissions-for-sql-server-2005-and-2008/2/</link>
<description>Server level permissions for SQL Server 2005 and 2008 Problem I am new to SQL Server 2005/2008 having administered SQL Server 2000 and below. I have heard there are a...</description>
<comments>http://www.codefound.com/server-level-permissions-for-sql-server-2005-and-2008/2/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/server-level-permissions-for-sql-server-2005-and-2008/2/</guid>
<pubDate>Wed, 25 Mar 2009 05:14:00 GMT</pubDate>
</item>
	  
<item>
<title>Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32)</title>
<link>http://www.codefound.com/maximum-stored-procedure-function-trigger-or-view-nesting-level-exceeded-limit-32/</link>
<description>Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32) Problem I am trying to resolve an issue with triggers. We use them for things like automatically setting...</description>
<comments>http://www.codefound.com/maximum-stored-procedure-function-trigger-or-view-nesting-level-exceeded-limit-32/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/maximum-stored-procedure-function-trigger-or-view-nesting-level-exceeded-limit-32/</guid>
<pubDate>Tue, 24 Mar 2009 14:54:00 GMT</pubDate>
</item>
	  
<item>
<title>Dropping multiple objects with a single DROP statement</title>
<link>http://www.codefound.com/dropping-multiple-objects-with-a-single-drop-statement/</link>
<description>Dropping multiple objects with a single DROP statement ----------------------------- ----------------------------- ---------------------- Problem Almost every SQL Server object that is created may need to be dropped at some time. Especially when...</description>
<comments>http://www.codefound.com/dropping-multiple-objects-with-a-single-drop-statement/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/dropping-multiple-objects-with-a-single-drop-statement/</guid>
<pubDate>Sun, 22 Mar 2009 04:16:00 GMT</pubDate>
</item>
	  
<item>
<title>Implementing Database Mirroring in SQL Server 2005 across domains</title>
<link>http://www.codefound.com/implementing-database-mirroring-in-sql-server-2005-across-domains/</link>
<description>Implementing Database Mirroring in SQL Server 2005 across domains ----------------------------- ----------------------------- ---------------------- Problem I want to implement database mirroring on my SQL Server 2005 databases, but both the principal and...</description>
<comments>http://www.codefound.com/implementing-database-mirroring-in-sql-server-2005-across-domains/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/implementing-database-mirroring-in-sql-server-2005-across-domains/</guid>
<pubDate>Mon, 16 Mar 2009 10:38:00 GMT</pubDate>
</item>
	  
<item>
<title>SQL Server Worst Practices</title>
<link>http://www.codefound.com/sql-server-worst-practices/</link>
<description>SQL Server Worst Practices ----------------------------- ----------------------------- ---------------------- Problem Since today is Friday the thirteenth, what are some of the SQL Server worst practices and how can I prevent or fix...</description>
<comments>http://www.codefound.com/sql-server-worst-practices/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/sql-server-worst-practices/</guid>
<pubDate>Sat, 14 Mar 2009 09:03:00 GMT</pubDate>
</item>
	  
<item>
<title>Determine Free Disk Space in SQL Server with T-SQL Code</title>
<link>http://www.codefound.com/determine-free-disk-space-in-sql-server-with-tsql-code/</link>
<description>Determine Free Disk Space in SQL Server with T-SQL Code ----------------------------- ----------------------------- ---------------------- Problem At our organization we need to check for a minimum amount of free space before proceeding...</description>
<comments>http://www.codefound.com/determine-free-disk-space-in-sql-server-with-tsql-code/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/determine-free-disk-space-in-sql-server-with-tsql-code/</guid>
<pubDate>Fri, 13 Mar 2009 06:17:00 GMT</pubDate>
</item>
	  
<item>
<title>How to create indexes on computed columns in SQL Server</title>
<link>http://www.codefound.com/how-to-create-indexes-on-computed-columns-in-sql-server/</link>
<description>How to create indexes on computed columns in SQL Server ----------------------------- ----------------------------- ---------------------- Problem In my recent article Using Computed Columns in SQL Server with Persisted Values I discussed how...</description>
<comments>http://www.codefound.com/how-to-create-indexes-on-computed-columns-in-sql-server/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/how-to-create-indexes-on-computed-columns-in-sql-server/</guid>
<pubDate>Sat, 07 Mar 2009 12:49:00 GMT</pubDate>
</item>
	  
<item>
<title>Database Mirroring Automating Failover for Multiple SQL Server Databases With No Witness</title>
<link>http://www.codefound.com/database-mirroring-automating-failover-for-multiple-sql-server-databases-with-no-witness/</link>
<description>Database Mirroring Automating Failover for Multiple SQL Server Databases With No Witness ----------------------------- ----------------------------- ------------- Problem In a previous tip on Database Mirroring Automating Failover for Multiple SQL Server Databases...</description>
<comments>http://www.codefound.com/database-mirroring-automating-failover-for-multiple-sql-server-databases-with-no-witness/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/database-mirroring-automating-failover-for-multiple-sql-server-databases-with-no-witness/</guid>
<pubDate>Fri, 06 Mar 2009 04:59:00 GMT</pubDate>
</item>
	  
<item>
<title>Stored procedures to implement paging for large tables or queries</title>
<link>http://www.codefound.com/stored-procedures-to-implement-paging-for-large-tables-or-queries/</link>
<description>Stored procedures to implement paging for large tables or queries in SQL Server 2005 and SQL Server 2008 ----------------------------- ----------------------------- ---------------------- Problem I need to query a large amount of...</description>
<comments>http://www.codefound.com/stored-procedures-to-implement-paging-for-large-tables-or-queries/#comments</comments>
<guid isPermaLink="true">http://www.codefound.com/stored-procedures-to-implement-paging-for-large-tables-or-queries/</guid>
<pubDate>Wed, 04 Mar 2009 11:43:00 GMT</pubDate>
</item>
	  
</channel>
</rss>
	