<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with SQL</title>
    <description>the latest stories tagged with 'SQL' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>EntitySpaces 2009 Video Preview</title>
      <description>We have created a video preview of our EntitySpaces 2009 Plugin for Visual Studio. The video is approximately 6 meg in size so give it a moment to get started. The video has sound and you might need to adjust your volume. We hope that you enjoy this video. It really gives you a feel for what it's going to be like to use EntitySpaces 2009, and it's really nice never having to leave Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f11%2f08%2fEntitySpaces%2b2009%2bVideo%2bPreview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f11%2f08%2fEntitySpaces%2b2009%2bVideo%2bPreview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2009_Video_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2009_Video_Preview</guid>
      <pubDate>Sun, 09 Nov 2008 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Compare / Test the Equality of two Queries in SQL Server</title>
      <description>Compare / Test the Equality of two Queries in SQL Server using this short T-SQL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.troyd.net%2fHow%2bTo%2bCompare%2b%2bTest%2bThe%2bEquality%2bOf%2bTwo%2bQueries%2bIn%2bSQL%2bServer%2bWith%2bSQL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.troyd.net%2fHow%2bTo%2bCompare%2b%2bTest%2bThe%2bEquality%2bOf%2bTwo%2bQueries%2bIn%2bSQL%2bServer%2bWith%2bSQL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_to_Compare_Test_the_Equality_of_two_Queries_in_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_to_Compare_Test_the_Equality_of_two_Queries_in_SQL_Server</guid>
      <pubDate>Wed, 12 Nov 2008 18:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2.0 - Using Silverlight DataGrid to consume ASMX Web Servi</title>
      <description>Microsoft released Silverlight 2.0 on October 13, 2008. Silverlight 2 provides cross-browser rich UI experience which developers can use to author media rich applications using .NET language (C#, Visual Basic etc) of their choice. The article will demonstrate working of Silverlight 2.0 enabled UI by creating an ASP.NET web-form with Silverlight DataGrid control consuming ASMX Web Service.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f11%2fsilverlight-20linq-to-sql-building-ui.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f11%2fsilverlight-20linq-to-sql-building-ui.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Using_Silverlight_DataGrid_to_consume_ASMX_Web_Servi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Using_Silverlight_DataGrid_to_consume_ASMX_Web_Servi</guid>
      <pubDate>Mon, 03 Nov 2008 01:28:08 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET/LINQ to SQL - Building UI Layer</title>
      <description>LINQ stands for Language Integrated Query which was introduced with .NET 3.5. LINQ provides the ability to write query as a first-class language construct using modern programming languages like C# and Visual Basic.

This article will demonstrate working of LINQ to SQL enabled UI by creating an ASP.NET web-form with GridView control bound to the newly introduced LinqDataSource control.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f10%2faspnetlinq-to-sql-building-ui-layer.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f10%2faspnetlinq-to-sql-building-ui-layer.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/ASP_NET_LINQ_to_SQL_Building_UI_Layer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/ASP_NET_LINQ_to_SQL_Building_UI_Layer</guid>
      <pubDate>Tue, 28 Oct 2008 19:31:31 GMT</pubDate>
    </item>
    <item>
      <title>Whats up with Stored Procedures these days?</title>
      <description>When life throws you hard balls, you can either step back and take a swing or bunt the hell out of it.  I just recently went to an information session on T-SQL, Stored Procedures and now LINQ.  These folks discussed stored procedures and why they are so important in the world today.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.spoiledtechie.com%2fpost%2fWhats-up-with-Stored-Procedures-these-days.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.spoiledtechie.com%2fpost%2fWhats-up-with-Stored-Procedures-these-days.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Whats_up_with_Stored_Procedures_these_days</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Whats_up_with_Stored_Procedures_these_days</guid>
      <pubDate>Tue, 21 Oct 2008 11:46:19 GMT</pubDate>
    </item>
    <item>
      <title>OUTPUTing Data from the Just-Inserted, Updated, or Deleted Row(s)</title>
      <description>Scott Mitchell discusses a little gem he discovered, which is the use of OUTPUT clause in INSERT, UPDATE, DELETE and MERGE (2008) DML statement to get the effect of in-place triggers and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscottonwriting.net%2fsowblog%2fposts%2f13551.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscottonwriting.net%2fsowblog%2fposts%2f13551.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/OUTPUTing_Data_from_the_Just_Inserted_Updated_or_Deleted_Row_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/OUTPUTing_Data_from_the_Just_Inserted_Updated_or_Deleted_Row_s</guid>
      <pubDate>Sun, 19 Oct 2008 11:53:24 GMT</pubDate>
    </item>
    <item>
      <title>.NET/SQL Server 2008 - Using Table-Valued Parameters with .NET</title>
      <description>With the release of SQL Server 2008, Microsoft introduced a new parameter type called 'Table-Valued Parameters', which provided the flexibility for the SQL developers to send multiple rows of data to a stored procedure/function or inline T-SQL code.

Table-Valued parameters can be used to transfer multiple rows of data without requiring the developer to construct custom string parsing routines, temporary table or multiple parameters which for a complex stored procedure can become difficult to maintain.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f08%2fsql-server-table-valued-parameters.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f08%2fsql-server-table-valued-parameters.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NET_SQL_Server_2008_Using_Table_Valued_Parameters_with_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NET_SQL_Server_2008_Using_Table_Valued_Parameters_with_NET</guid>
      <pubDate>Fri, 17 Oct 2008 19:43:30 GMT</pubDate>
    </item>
    <item>
      <title>Achieving POCO s in Linq to SQL</title>
      <description>How to get rid of Persistence Related code and making L2S Still work ! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f10%2f14%2fachieving-poco-s-in-linq-to-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f10%2f14%2fachieving-poco-s-in-linq-to-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Achieving_POCO_s_in_Linq_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Achieving_POCO_s_in_Linq_to_SQL</guid>
      <pubDate>Tue, 14 Oct 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate.Spatial 1.0.0 Beta1 released</title>
      <description>This NHibernate extension allows you to handle data in a spatial database using .NET objects and HQL queries in a way compliant with Open Geospatial Consortium specifications. Currently we support PostgreSQL (using PostGIS extension), SQL Server 2005 (using MsSqlSpatial extension) and SQL Server 2008 (using their new spatial built-in capabilities). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nhforge.org%2fblogs%2fnhibernate%2farchive%2f2008%2f09%2f30%2fnhibernate-spatial-1-0-0-beta1-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nhforge.org%2fblogs%2fnhibernate%2farchive%2f2008%2f09%2f30%2fnhibernate-spatial-1-0-0-beta1-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NHibernate_Spatial_1_0_0_Beta1_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NHibernate_Spatial_1_0_0_Beta1_released</guid>
      <pubDate>Tue, 07 Oct 2008 19:51:41 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 - Cheat Sheet - One Page PDF Download</title>
      <description>Very frequently I have been asked to create a page, post or article where in one page all the important concepts of SQL Server are covered. SQL Server 2008 is very large subject and can not be even covered 1000 of pages. In daily life of DBA there are few commands very frequently used and for novice developers it is good to keep all the important SQL Script and SQL Statements handy.

I have attempted to create cheat sheet for SQL Server 2008 most important commands. User can print this in one A4 size page and keep along with them. This can be used in interviews where T-SQL scripts are being asked.

Let me know your opinion and if you find this useful.

Bookmark it for future use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f10%2f02%2fsql-server-2008-cheat-sheet-one-page-pdf-download%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f10%2f02%2fsql-server-2008-cheat-sheet-one-page-pdf-download%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_Cheat_Sheet_One_Page_PDF_Download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_Cheat_Sheet_One_Page_PDF_Download</guid>
      <pubDate>Wed, 08 Oct 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Screencast - SQL Examiner Suite 2008</title>
      <description>SQL Examiner Suite consists of a couple of tools, SQL Examiner and SQL Data Examiner, that allow the user to compare and synchronize database schemas and data.  This is a brief screencast introducing those tools. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mpaladino.com%2fpost%2fScreencast-SQL-Examiner-Suite-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mpaladino.com%2fpost%2fScreencast-SQL-Examiner-Suite-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Screencast_SQL_Examiner_Suite_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Screencast_SQL_Examiner_Suite_2008</guid>
      <pubDate>Sun, 05 Oct 2008 20:18:13 GMT</pubDate>
    </item>
    <item>
      <title>Screencast - SQL Examiner Suite 2008</title>
      <description>SQL Examiner Suite consists of a couple of tools, SQL Examiner and SQL Data Examiner, that allow the user to compare and synchronize database schemas and data.  This is a brief screencast introducing those tools. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mpaladino.com%2fpost%2fScreencast-SQL-Examiner-Suite-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mpaladino.com%2fpost%2fScreencast-SQL-Examiner-Suite-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Screencast_SQL_Examiner_Suite_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Screencast_SQL_Examiner_Suite_2008</guid>
      <pubDate>Sun, 05 Oct 2008 20:18:13 GMT</pubDate>
    </item>
    <item>
      <title>How do I find a stored procedure containing &amp;lt;text&amp;gt;?</title>
      <description>I see this question at least once a week. Usually, people are trying to find all the stored procedures that reference a specific object. While I think that the best place to do this kind of searching is through your source control tool (you do keep your database objects in source control, don't you?), there are certainly some ways to do this in the database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdatabases.aspfaq.com%2fdatabase%2fhow-do-i-find-a-stored-procedure-containing-text.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdatabases.aspfaq.com%2fdatabase%2fhow-do-i-find-a-stored-procedure-containing-text.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_do_I_find_a_stored_procedure_containing_text</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_do_I_find_a_stored_procedure_containing_text</guid>
      <pubDate>Wed, 01 Oct 2008 10:31:50 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Guidelines and Coding Standards Complete List Download</title>
      <description>Coding standards and guidelines are very important for any developer on the path of successful career. A coding standard is a set of guidelines, rules and regulations on how to write code. Coding standards should be flexible enough or should take care of the situation where they should not prevent best practices for coding. They are basically the guidelines that one should follow for better understanding.

The concept behind implementing coding standards and guidelines, is that the consistency and uniformity in programming so that if multiple people are working on the same code, it becomes easier to communicate, share with or understand each other's work.

With the goal of promoting good coding standards and guidelines I have created document which can guide developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f25%2fsql-server-guidelines-and-coding-standards%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f25%2fsql-server-guidelines-and-coding-standards%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Guidelines_and_Coding_Standards_Complete_List_Download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Guidelines_and_Coding_Standards_Complete_List_Download</guid>
      <pubDate>Tue, 30 Sep 2008 16:16:12 GMT</pubDate>
    </item>
    <item>
      <title>How NOT To Optimize LINQ Statements</title>
      <description>About a month ago I was experimenting with different ways to optimize my LINQ queries against the IdeaPipe database, in order to improve the read times. I wanted to improve the read times because our new Facebook Application was being launched and I anticipated an increase in our traffic to the server, which is used to host IdeaPipe and the Facebook Application component.  I quickly realized how now to optimize LINQ statements though. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fhow-not-to-optimize-linq%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fhow-not-to-optimize-linq%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/How_NOT_To_Optimize_LINQ_Statements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/How_NOT_To_Optimize_LINQ_Statements</guid>
      <pubDate>Wed, 24 Sep 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Fun - Wedding In SQL Style</title>
      <description>Smile please, hey guys I received this query through email from one of my friend. It looks great and funny; I am sharing it with you. Dedicated to all techies :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d70"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d70" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Fun_Wedding_In_SQL_Style</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Fun_Wedding_In_SQL_Style</guid>
      <pubDate>Mon, 22 Sep 2008 10:08:54 GMT</pubDate>
    </item>
    <item>
      <title>SQL - Step By Step Installation of SQL Server 2008</title>
      <description>Step by step installation of Microsoft SQL server 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d69"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d69" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Step_By_Step_Installation_of_SQL_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Step_By_Step_Installation_of_SQL_Server_2008</guid>
      <pubDate>Mon, 22 Sep 2008 20:01:04 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2008 - Interview Questions and Answers - Download PDF</title>
      <description>Interview is very important event for any person. A good interview leads to good career if candidate is willing to learn. I always enjoy interview questions and answers series. This is my very humble attempt to write SQL Server 2008 interview questions and answers. SQL Server is very large subject and not everything is usually asked in interview. In interview what matters the most is conceptual knowledge and learning attitude.

I have listed all the series in this post so that it can be easily downloaded and used. All the questions are collected and listed in one PDF which is here to download. If you have any question or if you want to add to any of the question please send me mail or write a comment.

Bookmark this first ever set of interview questions and answers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f20%2fsql-server-2008-interview-questions-and-answers-complete-list-download%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f20%2fsql-server-2008-interview-questions-and-answers-complete-list-download%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2008_Interview_Questions_and_Answers_Download_PDF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2008_Interview_Questions_and_Answers_Download_PDF</guid>
      <pubDate>Mon, 22 Sep 2008 16:16:04 GMT</pubDate>
    </item>
    <item>
      <title>.NET Application Modeling Language (nAML) Specification and Tools </title>
      <description>Understanding the architecture and code in software application plays as major factors while building good software products. This free e-book introduces a new visual modeling technique, termed as "nAML" (.NET Application Modeling Language) which overcomes the limitation of typical modeling languages by providing revolutionary way!

Nothing much to say, just download it and you can get to know how POWERFUL it is! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2fProject%2fDownload%2fFileDownload.aspx%3fProjectName%3dnaml%26DownloadId%3d3083"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fProject%2fDownload%2fFileDownload.aspx%3fProjectName%3dnaml%26DownloadId%3d3083" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NET_Application_Modeling_Language_nAML_Specification_and_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NET_Application_Modeling_Language_nAML_Specification_and_Tools</guid>
      <pubDate>Thu, 11 Sep 2008 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search</title>
      <description>This is the first ever and complete example for SQL Server 2008 - Full Text Catalog and Full Text Search.

Make sure to book mark for future reference. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f05%2fsql-server-creating-full-text-catalog-and-index%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f05%2fsql-server-creating-full-text-catalog-and-index%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2008_Creating_Full_Text_Catalog_and_Full_Text_Search</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2008_Creating_Full_Text_Catalog_and_Full_Text_Search</guid>
      <pubDate>Wed, 10 Sep 2008 19:16:06 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Table-Valued Parameters with Example</title>
      <description>Table-Valued Parameters is a new feature introduced in SQL SERVER 2008. In earlier versions of SQL SERVER it is not possible to pass a table variable in stored procedure as a parameter, but now in SQL SERVER 2008 we can use Table-Valued Parameter to send multiple rows of data to a stored procedure or a function without creating a temporary table or passing so many parameters.

This is one feature all the SQL Server developer were waiting for long time. This article explains how it can be used with very simple words. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f08%2f31%2fsql-server-table-valued-parameters-in-sql-server-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f08%2f31%2fsql-server-table-valued-parameters-in-sql-server-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_Table_Valued_Parameters_with_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_Table_Valued_Parameters_with_Example</guid>
      <pubDate>Wed, 03 Sep 2008 21:19:55 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Filtered Index - Improve performance</title>
      <description>Filtered Index is a new feature in SQL SERVER 2008. Filtered Index is used to index a portion of rows in a table that means it applies filter on INDEX which improves query performance, reduce index maintenance costs, and reduce index storage costs compared with full-table indexes. When we see an Index created with some WHERE clause then that is actually a FILTERED INDEX.

I am sure this feature will change how the indexes are created in SQL Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f01%2fsql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f09%2f01%2fsql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_Filtered_Index_Improve_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_Filtered_Index_Improve_performance</guid>
      <pubDate>Wed, 03 Sep 2008 21:18:36 GMT</pubDate>
    </item>
    <item>
      <title>SQLServer2008: Workgroup VS Standard</title>
      <description>You might be in doubt when choosing between SQLServer2008 Standard or Workgroup edition - here's a list of the differences bewteen the two. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fsqlserver-sqlserver2008-workgroup-vs.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fsqlserver-sqlserver2008-workgroup-vs.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQLServer2008_Workgroup_VS_Standard</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQLServer2008_Workgroup_VS_Standard</guid>
      <pubDate>Wed, 03 Sep 2008 13:04:25 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL queries involving strings cause SQL Server procedure cache</title>
      <description>Be careful when using LINQ. If an application is using LINQ to SQL and the queries involve the use of strings that can be highly variable in length, the SQL Server procedure cache will become bloated with one version of the query for every possible string length &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDataDesign%2flinq-to-sql-queries-involving-strings-ca"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDataDesign%2flinq-to-sql-queries-involving-strings-ca" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_queries_involving_strings_cause_SQL_Server_procedure_cache</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_queries_involving_strings_cause_SQL_Server_procedure_cache</guid>
      <pubDate>Wed, 03 Sep 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server - Get Nth Highest using ROW_NUMBER() Function</title>
      <description>ROW_NUMBER function was introduced in SQL Server 2005. ROW_NUMBER as the name suggests is used to calculate row numbers in the query result set.

Prior to ROW_NUMBER developers relied on temporary tables and co-related sub-queries to accomplish the same, which often resulted in spaghetti code and overall bad query performance.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f08%2fsql-server-get-nth-highest-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsyedarizvi.blogspot.com%2f2008%2f08%2fsql-server-get-nth-highest-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Get_Nth_Highest_using_ROW_NUMBER_Function</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Get_Nth_Highest_using_ROW_NUMBER_Function</guid>
      <pubDate>Wed, 27 Aug 2008 19:10:05 GMT</pubDate>
    </item>
  </channel>
</rss>