<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0"><channel><title>SQL Server Tips &amp; Tricks</title><link>http://sequelserver.blogspot.com/</link><description>Free SQL Server Articles and Scripts. 
*New: Learn sql server 2005 Series</description><language>en</language><managingEditor>noreply@blogger.com (Aneesh)</managingEditor><lastBuildDate>Sat, 03 Oct 2009 05:10:41 PDT</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">77</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:subtitle>Free SQL Server Articles and Scripts. *New: Learn sql server 2005 Series</itunes:subtitle><itunes:summary>Free SQL Server Articles and Scripts. *New: Learn sql server 2005 Series</itunes:summary><image><link>http://creativecommons.org/licenses/by/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SqlServer2000" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">SqlServer2000</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>SQL Server 2005 SP3 now available for download</title><link>http://sequelserver.blogspot.com/2008/12/sql-server-2005-sp3-now-available-for.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Wed, 17 Dec 2008 01:37:15 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-2943892453507005307</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>SQL Server 2005 SP3 is now available for download and includes the following updates:     Roll-up of Quick Fix Engineering (QFE) updates completed since SQL Server 2005 SP2, as well as fixes to...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=X1zv-1OePSM:fTU3qEehgRs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://rss.financialcontent.com/stocksymbol">QFE</category><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>New Features SQL Server 2008 Part 1</title><link>http://sequelserver.blogspot.com/2008/12/new-features-sql-server-2008-part-1.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Mon, 15 Dec 2008 07:40:18 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-4862739544516243111</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>In Microsoft SQL Server 2008, Microsoft introduces some new features and enhanced some of the existing ones. These changes can be classified into several groups via the database engine, t-sql,...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=lQ4tp8C3qJY:N0eswPiO57U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Query to return list of Dynamic Management Views</title><link>http://sequelserver.blogspot.com/2008/12/query-to-return-list-of-dynamic.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Wed, 03 Dec 2008 04:18:45 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-5375755070086046895</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>SELECT * FROM sys.all_objectsWHERE [name] LIKE '%dm_%'     AND [type] IN ('V', 'TF', 'IF')     AND [schema_id] = 4ORDER BY [name]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=wARknCMoMb0:YktCugXCADo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>xType on syscolumns</title><link>http://sequelserver.blogspot.com/2008/08/xtype-onm-syscolumns.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Fri, 08 Aug 2008 12:13:07 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-5329910017370238508</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>Unlike 'xType' in sysObjects, you wont be able to find what exactly those values mean in syscolumns table as in the BOL it is written mentioned as 'For Internal purpose'. The sysstem table which...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=Yk_LSL_dYCI:4hFHsdvaicM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Tables without Primary Keys</title><link>http://sequelserver.blogspot.com/2008/07/tables-without-primary-keys.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Thu, 31 Jul 2008 00:35:34 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-2342660871313201012</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>this script will be useful when you are configuring the trans. replicationSELECT  *FROM    information_schema.tablesWHERE   table_type = 'base table'        AND OBJECTPROPERTY(OBJECT_ID(table_name),...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=nx1L_XdmXDA:hoKl7Wl2bYQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Wien [Webshots]</title><link>http://good-times.webshots.com/album/563926801qKuhta</link><category>Photos</category><pubDate>Fri, 27 Jun 2008 07:48:31 PDT</pubDate><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[	
		             item.getContent()   
		            ]]></content:encoded><description>&lt;a href="http://good-times.webshots.com/album/563926801qKuhta"&gt;&lt;img src="http://videothumb37.webshots.com/thumb/25516/3097887030093185927rbcpMpth_002_0.jpg" width="100" height="74" border="0" alt="P1040129.MOVby aneeshattingal"&gt;&lt;/a&gt;&amp;nbsp;
&lt;a href="http://good-times.webshots.com/album/563926801qKuhta"&gt;&lt;img src="http://videothumb22.webshots.com/thumb/25181/3088104140093185927pNrdvzth_002_0.jpg" width="100" height="74" border="0" alt="P1040131.MOVby aneeshattingal"&gt;&lt;/a&gt;&amp;nbsp;
&lt;a href="http://good-times.webshots.com/album/563926801qKuhta"&gt;&lt;img src="http://videothumb31.webshots.com/thumb/22390/3095496890093185927yLQjbrth_002_0.jpg" width="100" height="74" border="0" alt="P1040133.MOVby aneeshattingal"&gt;&lt;/a&gt;&amp;nbsp;
&lt;p&gt;my Wien trip&lt;/p&gt;
&lt;p&gt; by aneeshattingal&lt;br&gt;&lt;a href="http://good-times.webshots.com/album/563926801qKuhta"&gt;see more photos from this album (156) ...&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://videothumb37.webshots.com/thumb/25516/3097887030093185927rbcpMpth_002_0.jpg" length="0" type="image/jpeg" /></item><item><title>Deleting duplicate records</title><link>http://sequelserver.blogspot.com/2008/02/deleting-duplicate-records.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Thu, 07 Feb 2008 23:41:29 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-8444553393219215122</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>This is one of the common stuffs that every developer has to face / faced. In this post, I will explain three different methods of idenifying and deleting the duplicate records; make sure that you...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=kl93qXoTYSU:EXBacG3duNo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>"Black-Box" capability of SQL Server</title><link>http://sequelserver.blogspot.com/2007/12/capability-of-sql-server.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Fri, 14 Dec 2007 09:57:23 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-3806264467774428536</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>This is one of the hidden features of SQL Server, by enabling this feature, sql server records all the traces running behind the scenes and in case, the server crashes, will record it into a file....&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=91UChi3joEk:vmtk1It--RQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>SELECTing the NUMERIC Values from a Column</title><link>http://sequelserver.blogspot.com/2007/10/selecting-numeric-values-from-column.html</link><author>noreply@blogger.com (Aneesh)</author><pubDate>Wed, 31 Oct 2007 03:00:34 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-7164093723220820156</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>I saw several people asking this question in several forums. I will explain three different methods of doing this.  1. ISNUMERIC()         The first method uses the built in 'ISNUMERIC()' function....&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=LOKx5XhfgKc:kg5WTcaFirs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Exception Handling using Try..Catch</title><link>http://sequelserver.blogspot.com/2007/07/exception-handling-using-trycatch.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Fri, 03 Aug 2007 00:03:08 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-4936527304539311951</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>Even though @@Error is good for handling errors, it cannot handle exceptions, indeed in sql server 2000, there are no ways to do this. In SQL server 2005, Microsoft introduced a new feature “try...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=lw9zeweCTsE:ll0Vskg2rVU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Error Handling in SQL Server</title><link>http://sequelserver.blogspot.com/2007/07/error-handling-in-sql-server.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Fri, 03 Aug 2007 00:03:08 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-7209906262754778174</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>Error Handling is one of the most important topics in SQL Server. The traditional way of handling errors in SQL Server is by checking the value of @@Error. When SQL Server completes the execution of...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=YFeqd6Sr3NU:kmMf8hGaLVU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>An Introduction to Transactions</title><link>http://sequelserver.blogspot.com/2007/07/introduction-to-transactions.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Fri, 03 Aug 2007 00:03:08 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-5009835078428526082</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>Transaction is a single unit of work. Usually a transaction contains, more than one T-SQL statements; the basic concept of transaction is “Either all the statements are successful or none”. This is...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=qybxPTE_NwA:BFfdneF05QY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>An Introduction to Stored Procedures</title><link>http://sequelserver.blogspot.com/2007/07/2007071505an-introduction-to-stored.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Sun, 22 Jul 2007 08:33:47 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-353980396721543655</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>There are mainly two ways by which you can store a batch of statements in SQL Server, Procedures and functions. Both are almost similar in structure, with few differences. In this section, I am...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=-xUuC3_Tk94:7_GWxjvVhKM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>SQL Server blocked access to STATEMENT 'OpenRowset/OpenDatasource' of component</title><link>http://sequelserver.blogspot.com/2007/07/sql-server-blocked-access-to-statement.html</link><category>Scripts</category><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Sun, 22 Jul 2007 08:34:08 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-7956418254602345036</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>"SQL Server blocked access to STATEMENT 'OpenRowset/OpenDatasource' of component 'Ad Hoc Distributed Queries' because this component is turned off as part of the security configuration for this...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=Ldz7TRCpLXk:I5U9k5ALFRI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Number of words in a string</title><link>http://sequelserver.blogspot.com/2007/07/2007070301number-of-words-in-string.html</link><category>Scripts</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Sun, 22 Jul 2007 08:34:08 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-7561365636378502679</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>In sql server there is not any built-in function available for finding the No. of words in a String. Here I show you two different approaches for doing this, the first one is the easiest one, and is...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=IpLOmSzn6Ts:wS4XzVadsys:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Setup Default value from another table</title><link>http://sequelserver.blogspot.com/2007/06/2007072701setup-default-value-from.html</link><category>Scripts</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Sun, 22 Jul 2007 08:34:08 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-1766683566849145177</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>   By default, SQL server won't allows you to set default value from another table, and I got few queries on how to perform this. You can do this with the help of Triggers.  Although I won't suggest...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=okuZpWRvE5c:cdit8kx5nkQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Moving the Database files from One location to another</title><link>http://sequelserver.blogspot.com/2007/06/moving-database-files-from-one-location.html</link><category>Scripts</category><category>Architecture</category><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Wed, 27 Jun 2007 09:16:52 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-3447158178255472690</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>In Sql server 2005, you can do this easily using the "ALTER DATABASE .. MODIFY FILE" statement For testing purpose, I am creating a Database Named "DBtest2" and changing the Database log file     1:...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=5ANoSIgGmvI:7f6T3Zywkq8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>SQL Server 2005 Installation Step by Step</title><link>http://sequelserver.blogspot.com/2007/06/20070703sql-server-2005-installation.html</link><category>Learn SQL Server 2005</category><category>Installation</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Mon, 25 Jun 2007 07:53:54 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-3538989419456166425</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><description>I found lots of queries in different forums regarding the installation of SQL Server 2005. If you don't have any other instances of SQL server running on the machine, the usual "Next -&amp;gt; next ... "...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=ubSfHweL8N8:Q1567qcW5mU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Under the default settings SQL Server does not allow remote connections</title><link>http://sequelserver.blogspot.com/2007/06/under-default-settings-sql-server-does.html</link><category>Learn SQL Server 2005</category><category>Installation</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Mon, 25 Jun 2007 07:54:03 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-2751116747540571204</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>It is quite often that when you try to connect to an instance of SQL Server 2005 form a remote machine, you may receive the following error message.  "An error has occurred while establishing a...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=rlpOOM9m2Bc:t0neCfd4-w0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Katmai - CTP released</title><link>http://sequelserver.blogspot.com/2007/06/katmai-ctp-released.html</link><category>Katmai</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Thu, 14 Jun 2007 07:04:38 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-2053786127868885720</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>Microsoft has released its much-awaited SQL Server 2008 (known popularly as “Katmai”) CTP version that is designed to meet the Data Platform vision of the Microsoft. The SQL Server 2008 capabilities...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=Xnmt2cYZQik:1EOkRh5OLVg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>My first .Net Stored Procedure</title><link>http://sequelserver.blogspot.com/2007/05/my-first-net-stored-procedure_31.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Sat, 26 Jul 2008 05:22:46 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-3935906924575214606</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>This is my first attempt to use the .Net feature of Yukon. I tried this on the CTP versions of both SQL server 2005 and Visual Studio 2005; both are available on microsoft websiteThis program will...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=cd4qO8LnWh8:xHU16_PxiEg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>New Features - Pivot and Unpivot</title><link>http://sequelserver.blogspot.com/2007/05/new-features-pivot-and-unpivot.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Thu, 14 Jun 2007 06:40:13 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-2439345360818430773</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><description>PIVOT And UNPIVOT  If you have ever worked with Microsoft Access, you might have used the TRANSFORM statement to create a crosstab query. Even though the similar functionality was missed in sql...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=l136Y6_rpws:T_e_iyCkooA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>New Features - Common Table Expressions (CTEs)</title><link>http://sequelserver.blogspot.com/2007/05/new-features-common-table-expressions.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Thu, 14 Jun 2007 06:40:13 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-2205434442267862965</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>     This is one of the most exciting features introduced in SQL Server 2005. A CTE is nothing but a “temporary result set" which is derived from a simple query and defined within the execution scope...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=28piWN5RZRk:8PZvqnw3UxM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Enhancements of existing features in 2005</title><link>http://sequelserver.blogspot.com/2007/05/enhancements-of-existing-features-in.html</link><category>Learn SQL Server 2005</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Thu, 14 Jun 2007 06:40:13 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-50727746968575322</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>  The Microsoft has made some significant improvements for some of the existing features of SQL server 2000 in SQL Server 2005.  One of the most important enhancements was done for the ‘TOP ‘Clause....&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=RgUsfRi1oJM:wpuqV3ev5vs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>Searching Unicode values in a Non-Unicode column</title><link>http://sequelserver.blogspot.com/2007/05/searching-unicode-values-in-non-unicode.html</link><category>Scripts</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Tue, 10 Jul 2007 01:24:51 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-5547033377245166024</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>Take care when using Unicode data in your queries, as it can affect query performance. A classic problem is related to an application passing in Unicode literals, while the column searched in the...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=YwZH9dYM2E4:-zqTRBK3G9I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><item><title>How to Move a Database Diagram in SQL Server 2000</title><link>http://sequelserver.blogspot.com/2007/05/how-to-move-database-diagram-in-sql.html</link><category>Scripts</category><author>noreply@blogger.com (Aneesh)</author><pubDate>Tue, 10 Jul 2007 01:24:51 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10550791.post-7740819413878695358</guid><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><description>Method 1 : Using Enterprise manager1. Expand the Databases folder under Enterprise Manager.2. Right-click the database containing the diagram you wish to copy and select "All Tasks" and "Export...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/SqlServer2000?a=JYzJqlkIbbs:fyj42dBqTAE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/SqlServer2000?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license></item><media:rating>nonadult</media:rating></channel></rss>
