<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with SQLAuthority</title>
    <description>the latest stories tagged with 'SQLAuthority' 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>SQL SERVER - 2005 - 2008 - Delete Duplicate Rows</title>
      <description>This method is improved over the earlier method as it not only uses CTE and ROW_NUMBER, but also demonstrates the power of CTE with DELETE statement. We will have a comprehensive discussion about it later in this article. For now, let us first create a sample table from which we will delete records.

A Must BookMark!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f23%2fsql-server-2005-2008-delete-duplicate-rows%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f23%2fsql-server-2005-2008-delete-duplicate-rows%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2005_2008_Delete_Duplicate_Rows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2005_2008_Delete_Duplicate_Rows</guid>
      <pubDate>Thu, 02 Jul 2009 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Maximum Number of Index per Table</title>
      <description>One of the questions was - What is the maximum number of Index per table? I received lots of answers to this question but only two answers are correct. Let us now take a look at them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f29%2fsql-server-maximum-number-of-index-per-table%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f29%2fsql-server-maximum-number-of-index-per-table%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Maximum_Number_of_Index_per_Table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Maximum_Number_of_Index_per_Table</guid>
      <pubDate>Thu, 02 Jul 2009 07:45:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2008 - Management Studio New Features</title>
      <description>This article describes the top 5 features of SQL Server Management Studio 2008. With the release of SQL Server 2008 Microsoft has upgraded SSMS with many new features as well as added tons of new functionalities requested by DBAs for long time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f28%2fsql-server-2008-management-studio-new-features-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f28%2fsql-server-2008-management-studio-new-features-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2008_Management_Studio_New_Features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2008_Management_Studio_New_Features</guid>
      <pubDate>Thu, 02 Jul 2009 15:15:22 GMT</pubDate>
    </item>
    <item>
      <title>http://blog.sqlauthority.com/2009/06/17/sql-server-list-schema-name-an</title>
      <description>Just a day ago, I was looking for script which generates all the tables in database along with its schema name. I tried to Search@SQLAuthority.com but got too many results. For the same reason, I am going to write down today's quick and small blog post and I will remember that I had written I wrote it after my 1000th article. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f17%2fsql-server-list-schema-name-and-table-name-for-database%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f17%2fsql-server-list-schema-name-and-table-name-for-database%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/http_blog_sqlauthority_com_2009_06_17_sql_server_list_schema_name_an</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/http_blog_sqlauthority_com_2009_06_17_sql_server_list_schema_name_an</guid>
      <pubDate>Mon, 22 Jun 2009 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Query Optimizer Hint ROBUST PLAN - Question to You</title>
      <description>To put it simply, Query hints is a T-SQL clause which on running directs T-SQL query to run in a particular manner using suggested index, joins or other logic. Query hints can force the kind of execution plan SQL Server needs.

If you know the answer, then please share it with me. I will post your answer here with due credit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f15%2fsql-server-query-optimizer-hint-robust-plan-question-to-you%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f15%2fsql-server-query-optimizer-hint-robust-plan-question-to-you%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Query_Optimizer_Hint_ROBUST_PLAN_Question_to_You</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Query_Optimizer_Hint_ROBUST_PLAN_Question_to_You</guid>
      <pubDate>Mon, 22 Jun 2009 09:15:00 GMT</pubDate>
    </item>
    <item>
      <title>What is Interim Table - Simple Definition of Interim Table</title>
      <description>Sometimes a simple question like What is interim table? can initiate a never-ending discussion between developers. I experienced this recently while I was on phone helping my friends working in Los Angeles. In a conference call, one of the developers kept on talking about first interim table and second interim table and so forth, while another developer was of the opinion that that there cannot be more than one interim table. Well, as this was not enough a third developer interrupted the debate and said that all the tables are interim tables. The heated discussion seemed never ending. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f04%2fsql-server-what-is-interim-table-simple-definition-of-interim-table%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f04%2fsql-server-what-is-interim-table-simple-definition-of-interim-table%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/What_is_Interim_Table_Simple_Definition_of_Interim_Table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/What_is_Interim_Table_Simple_Definition_of_Interim_Table</guid>
      <pubDate>Sat, 06 Jun 2009 06:15:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - List All Objects Created on All Filegroups in Database</title>
      <description>"How can I find which object belongs to which filegroup. Is there any way to know this?"

Well, finding out which object belongs to which table is very simple.
Let us first create a database having multiple filegroups.

Continue reading here : &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f01%2fsql-server-list-all-objects-created-on-all-filegroups-in-database%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f06%2f01%2fsql-server-list-all-objects-created-on-all-filegroups-in-database%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_List_All_Objects_Created_on_All_Filegroups_in_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_List_All_Objects_Created_on_All_Filegroups_in_Database</guid>
      <pubDate>Fri, 05 Jun 2009 08:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Interesting Observation of Logon Trigger On All Servers</title>
      <description>Have you ever experienced this kind of situation? If yes, then have you received similar entries?

For those, who have not experienced this phenomenon yet, they can recreate this situation very quickly by running the above script, and then you all can post your observations and conclusions here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f27%2fsql-server-interesting-observation-of-logon-trigger-on-all-servers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f27%2fsql-server-interesting-observation-of-logon-trigger-on-all-servers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Interesting_Observation_of_Logon_Trigger_On_All_Servers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Interesting_Observation_of_Logon_Trigger_On_All_Servers</guid>
      <pubDate>Fri, 29 May 2009 09:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Solution to Famous Error 40 of SQL Server - A Must Bookmark</title>
      <description>Everybody who has ever used SQL Server might have encountered this error one time or another time. 

This is absolutely must bookmark link. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</guid>
      <pubDate>Fri, 22 May 2009 19:46:14 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Questions and Answers with Database Administrators</title>
      <description>I have been in India for long time now, and at present, I am managing a very large outsourcing project. Recently, we conducted few interviews since the project required more Database Administrators and Senior Developers, and I must say it was an enthralling experience for me! I got the opportunity to meet some very talented and competent programmers from all over the country. Scores of interesting questions were discussed between the interviewers and the candidates, which made the whole interview process nothing short of an enriching occasion! I am listing some of the interesting questions discussed during the interviews. Some are technical and some are purely my personal opinion. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f11%2fsql-server-questions-and-answers-with-database-administrators%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f11%2fsql-server-questions-and-answers-with-database-administrators%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Questions_and_Answers_with_Database_Administrators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Questions_and_Answers_with_Database_Administrators</guid>
      <pubDate>Thu, 14 May 2009 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>10 Reasons for Database Outsourcing</title>
      <description>A simple but to the point list of Top 10 Reasons for Database Outsourcing.

This should be bookmarked or saved for personal archieve. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f10%2fsql-server-10-reasons-for-database-outsourcing%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f10%2fsql-server-10-reasons-for-database-outsourcing%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/10_Reasons_for_Database_Outsourcing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/10_Reasons_for_Database_Outsourcing</guid>
      <pubDate>Thu, 14 May 2009 21:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Future of Business Intelligence and Databases</title>
      <description>The term business intelligence (BI) was coined by Howard Dresner in the early 1990s. He defined Business Intelligence as "a set of concepts and methodologies to improve decision making in business through use of facts and fact-based systems." In a time when data warehousing was considered leading-edge he created the vision that led to the development of business intelligence, as it is known today.  The once visionary BI is now commonplace and in near future a momentous transformation is about to take place.

BI is all set to bring information democracy where end users across an organization will be able to view information related to their segment. Further, with the rising consumer expectations there will be demand for capability requirements of BI as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f08%2fsqlauthority-news-future-of-business-intelligence-and-databases-article-by-nupur-dave%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f08%2fsqlauthority-news-future-of-business-intelligence-and-databases-article-by-nupur-dave%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Future_of_Business_Intelligence_and_Databases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Future_of_Business_Intelligence_and_Databases</guid>
      <pubDate>Mon, 11 May 2009 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Roadmap of Microsoft Certifications - SQL Server Certifications</title>
      <description>In these times of economic slowdown and uncertainties, more and more IT professionals are concerned about their job security and their qualifications. With job insecurity looming on their minds, it is a common trend for developers to start hunting for ways to update their skills. Sound knowledge and real world work experience are always a good way to help secure your future. However, a great way to demonstrate knowledge and competence is by having a certification in the technology one claims to be proficient in. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f04%2fsql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f04%2fsql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Roadmap_of_Microsoft_Certifications_SQL_Server_Certifications_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Roadmap_of_Microsoft_Certifications_SQL_Server_Certifications_1</guid>
      <pubDate>Tue, 05 May 2009 11:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to SQL Server Encryption and Symmetric Key Encryption Tut</title>
      <description>SQL Server 2005 and SQL Server 2008 provide encryption as a new feature to protect data against hackers' attacks. Hackers might be able to penetrate the database or tables, but owing to encryption they would not be able to understand the data or make use of it. Nowadays, it has become imperative to encrypt crucial security-related data while storing in the database as well as during transmission across a network between the client and the 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%2f2009%2f04%2f28%2fsql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f28%2fsql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_SQL_Server_Encryption_and_Symmetric_Key_Encryption_Tut</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_SQL_Server_Encryption_and_Symmetric_Key_Encryption_Tut</guid>
      <pubDate>Mon, 04 May 2009 11:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Difference btn SQL Server Compact Edition (CE) &amp;amp; SQL Server Express</title>
      <description>I often received question regarding what are difference between SQL Server Compact Edition (CE) and SQL Server Express Edition. In one line - SQL Server CE is for mobile application and embaded systems where as SQL Server Express Edition is limited feature light version of SQL Server Standard. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f22%2fsql-server-difference-between-sql-server-compact-edition-ce-and-sql-server-express-edition%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f22%2fsql-server-difference-between-sql-server-compact-edition-ce-and-sql-server-express-edition%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Difference_btn_SQL_Server_Compact_Edition_CE_SQL_Server_Express</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Difference_btn_SQL_Server_Compact_Edition_CE_SQL_Server_Express</guid>
      <pubDate>Tue, 05 May 2009 01:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Certification Exam - Discount Code - Free Second Chance</title>
      <description>Please note down this important code or share with your colleagues who are keen to take Microsoft Certification Exam. This unique code is only available through Microsoft MVP's and only published here to help community and no other intention. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f16%2fsqlauthority-news-microsoft-certification-exam-discount-code-free-second-chance-mcts-mcitp-mcpd-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f16%2fsqlauthority-news-microsoft-certification-exam-discount-code-free-second-chance-mcts-mcitp-mcpd-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Microsoft_Certification_Exam_Discount_Code_Free_Second_Chance_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Microsoft_Certification_Exam_Discount_Code_Free_Second_Chance_1</guid>
      <pubDate>Thu, 16 Apr 2009 16:27:04 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to JOINs - A simplest Visual Explanation of Join</title>
      <description>Introduction to JOINs - A simplest Visual Explanation of Join

This post is for every developer who just want to make sure that their basics of Join is perfect.

Bookmark this for future use or for teaching your friends of Jr. about Joins.

Blog about this post if you like it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f13%2fsql-server-introduction-to-joins-basic-of-joins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f13%2fsql-server-introduction-to-joins-basic-of-joins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_JOINs_A_simplest_Visual_Explanation_of_Join</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_JOINs_A_simplest_Visual_Explanation_of_Join</guid>
      <pubDate>Tue, 14 Apr 2009 12:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Interesting Observation of DMV of Active Transactions and DMV of Curre</title>
      <description>This post is about a riveting observation I made a few days back. While playing with transactions I came across two DMVs  that are associated with Transactions.

1) sys.dm_tran_active_transactions - Returns information about transactions for the instance of SQL Server.

2) sys.dm_tran_current_transaction - Returns a single row that displays the state information of the transaction in the current session.

Now, what really interests me is the following observation.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f11%2fsql-server-interesting-observation-of-dmv-of-active-transactions-and-dmv-of-current-transactions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f11%2fsql-server-interesting-observation-of-dmv-of-active-transactions-and-dmv-of-current-transactions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Interesting_Observation_of_DMV_of_Active_Transactions_and_DMV_of_Curre</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Interesting_Observation_of_DMV_of_Active_Transactions_and_DMV_of_Curre</guid>
      <pubDate>Thu, 16 Apr 2009 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title> Logical Query Processing Phases - Order of Statement Execution</title>
      <description>SQL SERVER -What actually sets SQL Server apart from other programming languages is the way SQL Server processes its code. Generally, most programming languages process statement from top to bottom. By contrast, SQL Server processes them in a unique order which is known as Logical Query Processing Phase. These phases generate a series of virtual tables with each virtual table feeding into the next phase (virtual tables not viewable). These phases and their orders are given as follows: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f06%2fsql-server-logical-query-processing-phases-order-of-statement-execution%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f06%2fsql-server-logical-query-processing-phases-order-of-statement-execution%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Logical_Query_Processing_Phases_Order_of_Statement_Execution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Logical_Query_Processing_Phases_Order_of_Statement_Execution</guid>
      <pubDate>Fri, 10 Apr 2009 20:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Launch of Gandhinagar SQL Server User Group - Over 50 Attendees </title>
      <description>Gandhinagar SQL Server User Group launch event was held on March 27, 2009. This successful, well-attended event received very positive and warm community response. This launch event, unexpectedly, saw over 50 database enthusiasts participating. It was really a moment of pleasant surprise when we ran out of chairs. The otherwise spacious room started getting smaller as more and more people joined in, and unquestionably, we felt ecstatic about it! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f03%2fsqlauthority-news-launch-of-gandhinagar-sql-server-user-group%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f03%2fsqlauthority-news-launch-of-gandhinagar-sql-server-user-group%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Launch_of_Gandhinagar_SQL_Server_User_Group_Over_50_Attendees</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Launch_of_Gandhinagar_SQL_Server_User_Group_Over_50_Attendees</guid>
      <pubDate>Tue, 07 Apr 2009 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Fix Gap in Identity Column of Database</title>
      <description>Some time ago I was helping one of my Junior Developers who presented me with an interesting situation.  He had a table with Identity Column. Because of some reasons he was compelled to delete few rows from the table. On inserting new rows in the table he noticed that the rows started from the next identity value which created gap in the identity value. His application required all the identities to be in sequence, so this was certainly not a small issue for him. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f01%2fsql-server-reseed-identity-of-table-table-missing-identity-values-gap-in-identity-column%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f01%2fsql-server-reseed-identity-of-table-table-missing-identity-values-gap-in-identity-column%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Fix_Gap_in_Identity_Column_of_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Fix_Gap_in_Identity_Column_of_Database</guid>
      <pubDate>Thu, 02 Apr 2009 12:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Simiple solution to IntelliSense Does Not Work</title>
      <description>There are so many times, I have heard that in SQL Server 2008 intellisense does not work.

This article shows 4 different ways how it can be enabled. If IntelliSense is not working just have a look and it will fix it for sure. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f31%2fsql-server-2008-intellisense-does-not-work-enable-intellisense%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f31%2fsql-server-2008-intellisense-does-not-work-enable-intellisense%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Simiple_solution_to_IntelliSense_Does_Not_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Simiple_solution_to_IntelliSense_Does_Not_Work</guid>
      <pubDate>Tue, 31 Mar 2009 22:01:12 GMT</pubDate>
    </item>
    <item>
      <title>SCOPE_IDENTITY Bug with Multi Processor Parallel Plan and Solution</title>
      <description>This article is very serious and I would like to explain this as simple as I can. SCOPE_IDNETITY() which is commonly used in place of @@Idnetity has bug when run in Parallel Plan.

Do your community service. Read the article. Bookmark it. Kick it and spread the word.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f24%2fsql-server-2008-scope_identity-bug-with-multi-processor-parallel-plan-and-solution%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f24%2fsql-server-2008-scope_identity-bug-with-multi-processor-parallel-plan-and-solution%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SCOPE_IDENTITY_Bug_with_Multi_Processor_Parallel_Plan_and_Solution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SCOPE_IDENTITY_Bug_with_Multi_Processor_Parallel_Plan_and_Solution</guid>
      <pubDate>Wed, 25 Mar 2009 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Activity Monitor is Empty - Fix Activity Monitor for All Users</title>
      <description>Activity Monitor is essential tool for doing analysis of of system. Many users does not use this because when they open it there is no data. Due to same reason they move on.

This article very quickly shows how to fix the same issue. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f22%2fsql-server-2008-activity-monitor-is-empty-fix-activity-monitor-for-all-users%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f22%2fsql-server-2008-activity-monitor-is-empty-fix-activity-monitor-for-all-users%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Activity_Monitor_is_Empty_Fix_Activity_Monitor_for_All_Users</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Activity_Monitor_is_Empty_Fix_Activity_Monitor_for_All_Users</guid>
      <pubDate>Sat, 28 Mar 2009 20:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Optimize for Ad hoc Workloads - Advance Performance Optimization</title>
      <description>One simple tip can improve performance of server very much. Simple explanation and quick result.

Must bookmark. If you are not using right now use it later on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f21%2fsql-server-2008-optimize-for-ad-hoc-workloads-advance-performance-optimization%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f21%2fsql-server-2008-optimize-for-ad-hoc-workloads-advance-performance-optimization%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Optimize_for_Ad_hoc_Workloads_Advance_Performance_Optimization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Optimize_for_Ad_hoc_Workloads_Advance_Performance_Optimization</guid>
      <pubDate>Mon, 23 Mar 2009 10:01:14 GMT</pubDate>
    </item>
  </channel>
</rss>