<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Sreenivas Mogullapalli</title>
        <link>http://geekswithblogs.net/Sreeblog/Default.aspx</link>
        <description>Microsoft Technologies Geek</description>
        <language>en-US</language>
        <copyright>Sreenivas Mogullapalli</copyright>
        <managingEditor>srinivas_m@rocketmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Sreenivas Mogullapalli</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/Sreeblog/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>some helpful stuff for identifying which need optimization in sql server</title>
            <category>Microsoft</category>
            <category>Bookmark</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2009/07/08/133344.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2009/07/08/133344.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2009/07/08/133344.aspx&lt;/a&gt;&lt;/p&gt;&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;-- Query to identify the missing indexes in t-sql of sql server&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;-- from the dynamic views&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;BEGIN&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: green; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;-- Do not lock anything, and do not get held up by any locks. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;SET&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: blue"&gt;TRANSACTION&lt;/span&gt; &lt;span style="COLOR: blue"&gt;ISOLATION&lt;/span&gt; &lt;span style="COLOR: blue"&gt;LEVEL&lt;/span&gt; &lt;span style="COLOR: blue"&gt;READ&lt;/span&gt; &lt;span style="COLOR: blue"&gt;UNCOMMITTED&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;SELECT&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: blue"&gt;TOP&lt;/span&gt; 20 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;st&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;&lt;span style="COLOR: blue"&gt;text&lt;/span&gt; &lt;span style="COLOR: blue"&gt;AS&lt;/span&gt; [SQL] &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: gray; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;,&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; cp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;cacheobjtype &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: gray; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;,&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; cp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;objtype &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: gray; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;,&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: fuchsia"&gt;DB_NAME&lt;/span&gt;&lt;span style="COLOR: gray"&gt;(&lt;/span&gt;st&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;&lt;span style="COLOR: blue"&gt;dbid&lt;/span&gt;&lt;span style="COLOR: gray"&gt;)&lt;/span&gt;&lt;span style="COLOR: blue"&gt;AS&lt;/span&gt; [DatabaseName] &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: gray; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;,&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; cp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;usecounts &lt;span style="COLOR: blue"&gt;AS&lt;/span&gt; [Plan usage] &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: gray; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;,&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; qp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;query_plan &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;FROM&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: green"&gt;sys&lt;/span&gt;&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;&lt;span style="COLOR: green"&gt;dm_exec_cached_plans&lt;/span&gt; cp &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: gray; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;CROSS&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: gray"&gt;APPLY&lt;/span&gt; &lt;span style="COLOR: green"&gt;sys&lt;/span&gt;&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;&lt;span style="COLOR: green"&gt;dm_exec_sql_text&lt;/span&gt;&lt;span style="COLOR: gray"&gt;(&lt;/span&gt;cp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;plan_handle&lt;span style="COLOR: gray"&gt;)&lt;/span&gt; st &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: gray; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;CROSS&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: gray"&gt;APPLY&lt;/span&gt; &lt;span style="COLOR: green"&gt;sys&lt;/span&gt;&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;&lt;span style="COLOR: green"&gt;dm_exec_query_plan&lt;/span&gt;&lt;span style="COLOR: gray"&gt;(&lt;/span&gt;cp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;plan_handle&lt;span style="COLOR: gray"&gt;)&lt;/span&gt; qp &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;WHERE&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: fuchsia"&gt;CAST&lt;/span&gt;&lt;span style="COLOR: gray"&gt;(&lt;/span&gt;qp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;query_plan &lt;span style="COLOR: blue"&gt;AS&lt;/span&gt; &lt;span style="COLOR: blue"&gt;NVARCHAR&lt;/span&gt;&lt;span style="COLOR: gray"&gt;(&lt;/span&gt;&lt;span style="COLOR: fuchsia"&gt;MAX&lt;/span&gt;&lt;span style="COLOR: gray"&gt;))LIKE&lt;/span&gt; &lt;span style="COLOR: red"&gt;'%&amp;lt;MissingIndexes&amp;gt;%'&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;ORDER&lt;/span&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; &lt;span style="COLOR: blue"&gt;BY&lt;/span&gt; cp&lt;span style="COLOR: gray"&gt;.&lt;/span&gt;usecounts &lt;span style="COLOR: blue"&gt;DESC&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;END&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Courier New&amp;quot;; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;o:p&gt;-- some variations of the same to find some other patterns which need optimization.&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Arial&amp;quot;, &amp;quot;sans-serif&amp;quot;; COLOR: #2a2a2a; FONT-SIZE: 9.5pt"&gt;1. exec dbo.dba_SearchCachedPlans '%&amp;lt;MissingIndexes&amp;gt;%' &lt;br /&gt;
2. exec dbo.dba_SearchCachedPlans '%&amp;lt;ColumnsWithNoStatistics&amp;gt;%' &lt;br /&gt;
3. exec dbo.dba_SearchCachedPlans '%&amp;lt;TableScan%' &lt;br /&gt;
4. exec dbo.dba_SearchCachedPlans '%CREATE PROC%MessageWrite%'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;o:p&gt;&lt;font size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;o:p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;-- to find Top 20 Expensive Queries in sql server&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;SELECT TOP 20 SUBSTRING(qt.text, (qs.statement_start_offset/2)+1,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;((CASE qs.statement_end_offset&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;WHEN -1 THEN DATALENGTH(qt.text)&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;ELSE qs.statement_end_offset&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;END - qs.statement_start_offset)/2)+1),&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;qs.execution_count,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;qs.total_logical_reads, qs.last_logical_reads,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;qs.min_logical_reads, qs.max_logical_reads,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;qs.total_elapsed_time, qs.last_elapsed_time,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;qs.min_elapsed_time, qs.max_elapsed_time,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;qs.last_execution_time,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;qp.query_plan&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;FROM sys.dm_exec_query_stats qs&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) qt&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;CROSS APPLY sys.dm_exec_query_plan(qs.plan_handle) qp&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;WHERE qt.encrypted=0&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;ORDER BY qs.total_logical_reads DESC &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;o:p&gt;&lt;font size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;-- to find Who did What When in sql server?&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;select sys.dm_exec_sessions.session_id,sys.dm_exec_sessions.host_name,sys.dm_exec_sessions.program_name,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;sys.dm_exec_sessions.client_interface_name,sys.dm_exec_sessions.login_name,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;sys.dm_exec_sessions.nt_domain,sys.dm_exec_sessions.nt_user_name,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;sys.dm_exec_connections.client_net_address,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;sys.dm_exec_connections.local_net_address,sys.dm_exec_connections.connection_id,sys.dm_exec_connections.parent_connection_id,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;sys.dm_exec_connections.most_recent_sql_handle,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;(select text from master.sys.dm_exec_sql_text(sys.dm_exec_connections.most_recent_sql_handle )) as sqlscript,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;(select db_name(dbid) from master.sys.dm_exec_sql_text(sys.dm_exec_connections.most_recent_sql_handle )) as databasename,&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;(select object_id(objectid) from master.sys.dm_exec_sql_text(sys.dm_exec_connections.most_recent_sql_handle )) as objectname&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;from sys.dm_exec_sessions inner join sys.dm_exec_connections&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;on sys.dm_exec_connections.session_id=sys.dm_exec_sessions.session_id&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font size="3"&gt;these, i found on some other sites and posting here for my reference so that i don't miss them&lt;/font&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/133344.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2009/07/08/133344.aspx</guid>
            <pubDate>Wed, 08 Jul 2009 01:11:31 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/133344.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2009/07/08/133344.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/133344.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/133344.aspx</trackback:ping>
        </item>
        <item>
            <title>Tip: Changing Validator text color using class name</title>
            <category>Microsoft</category>
            <category>ASP.NET</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2008/10/30/126390.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2008/10/30/126390.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2008/10/30/126390.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;In my ASP.NET application validators are used for validating the data entry part and as per the requirement we need to show a different color for error messages. We have created a CSS class for all the error message and applied to validators but noticed that the error messages are always displayed in RED color. The trick here is we also need to set the ForeColor to empty to get the color of text from CSS Class. Sample is provided below.&lt;/p&gt;
&lt;p&gt;CssName="Someclass" ForeColor=""&lt;/p&gt;
&lt;p&gt; &lt;/p&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/126390.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2008/10/30/126390.aspx</guid>
            <pubDate>Thu, 30 Oct 2008 11:33:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/126390.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2008/10/30/126390.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/126390.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/126390.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft SQL Server 2008 CTP, November 2007</title>
            <category>Microsoft</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2008/01/04/118221.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2008/01/04/118221.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2008/01/04/118221.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Available at &lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3bf4c5ca-b905-4ebc-8901-1d4c1d1da884&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=3bf4c5ca-b905-4ebc-8901-1d4c1d1da884&amp;amp;DisplayLang=en&lt;/a&gt;. &lt;/font&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/118221.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2008/01/04/118221.aspx</guid>
            <pubDate>Fri, 04 Jan 2008 04:44:59 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/118221.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2008/01/04/118221.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/118221.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/118221.aspx</trackback:ping>
        </item>
        <item>
            <title>Windows Server 2008 Developer Training Kit </title>
            <category>Microsoft</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2008/01/03/118181.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2008/01/03/118181.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2008/01/03/118181.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Microsoft released the beta 3 version of this kit at &lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b36ee81a-aff5-4314-95d7-dad3acfa8094&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=b36ee81a-aff5-4314-95d7-dad3acfa8094&amp;amp;DisplayLang=en&lt;/a&gt;.&lt;/font&gt;&lt;font face="Arial"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;h5&gt;&lt;font size="3"&gt;Brief Description&lt;/font&gt;&lt;/h5&gt;
&lt;div id="quickDescription"&gt;The Windows Server 2008 Developer Training Kit includes a set of hands-on-labs and presentations for technologies such as IIS7, Management, WCF, WF, Windows CardSpace, Windows PowerShell, Virtualization and the Transactional File System (TxF).&lt;/div&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/118181.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2008/01/03/118181.aspx</guid>
            <pubDate>Thu, 03 Jan 2008 10:18:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/118181.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2008/01/03/118181.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/118181.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/118181.aspx</trackback:ping>
        </item>
        <item>
            <title>Potential usage problem with Silver light?</title>
            <category>Microsoft</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2008/01/02/118141.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2008/01/02/118141.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2008/01/02/118141.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;There is no doubt that silver light is providing lot of good presentation features and i like the technology. Recently i realized that Right Click menu popup on silver light object provides only one menu item which is "silverlight configuration'. Most of the times i use right click menu popup to open links in "new tab" or "new window" or "save the target" content but this is missing in silver light object. I feel this feature should be retained on all the hyperlinks provided in silver light object. Any one knows any alternative to this?&lt;/p&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/118141.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2008/01/02/118141.aspx</guid>
            <pubDate>Wed, 02 Jan 2008 10:16:07 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/118141.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2008/01/02/118141.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/118141.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/118141.aspx</trackback:ping>
        </item>
        <item>
            <title>Silver Light enabled Microsoft Download site (beta)</title>
            <category>Microsoft</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118006.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118006.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118006.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Microsoft seem to implement silverlight on downloads site. Now it is in beta stage and available at &lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/beta/downloads/Default.aspx"&gt;http://www.microsoft.com/beta/downloads/Default.aspx&lt;/a&gt;. Previews of the same included below. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/sreeblog/7453/o_SilverLightEnabledDownloadSite.jpg"&gt;&lt;img height="87" width="120" alt="" src="http://gwb.blob.core.windows.net/sreeblog/7453/t_SilverLightEnabledDownloadSite.jpg" /&gt;&lt;/a&gt; &lt;a href="http://gwb.blob.core.windows.net/sreeblog/7453/o_SilverLightEnabledDownloadSite1.jpg"&gt;&lt;img height="87" width="120" alt="" src="http://gwb.blob.core.windows.net/sreeblog/7453/t_SilverLightEnabledDownloadSite1.jpg" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/118006.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118006.aspx</guid>
            <pubDate>Thu, 27 Dec 2007 11:16:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/118006.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118006.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/118006.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/118006.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft SQL Server 2008 – Learning Portal</title>
            <category>Microsoft</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118005.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118005.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118005.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Just noticed that Microsoft SQL Server 2008 has its own learning portal on microsoft site at &lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/learning/sql/2008/default.mspx"&gt;http://www.microsoft.com/learning/sql/2008/default.mspx&lt;/a&gt;.  The following is some of the content to know and learn about Sql Server 2008. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="Microsoft SQL Server 2008" src="http://www.microsoft.com/learning/images/hero/SQL_Server_LP_Hero.jpg" /&gt;
&lt;/p&gt;&lt;table style="WIDTH: 389px; HEIGHT: 25px" cellspacing="0" cellpadding="0" width="389" border="0"&gt;
    &lt;tbody&gt;
        &lt;tr valign="top"&gt;
            &lt;td&gt;
            &lt;p&gt;&lt;font size="4"&gt;Get ready for Microsoft SQL Server 2008 now.&lt;/font&gt;&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;Special Offers:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="reference"&gt;
&lt;div class="indent"&gt;
&lt;table cellspacing="0" cellpadding="0" border="0"&gt;
    &lt;tbody&gt;
        &lt;tr valign="top"&gt;
            &lt;td class="spotGraphic" style="PADDING-RIGHT: 8px"&gt;*&lt;/td&gt;
            &lt;td&gt;
            &lt;p class="nomargin"&gt;&lt;a href="http://www.microsoft.com/learning/sql/2008/default.mspx#EBOOK"&gt;Free e-book offer&lt;/a&gt;: Get &lt;strong&gt;&lt;em&gt;free&lt;/em&gt;&lt;/strong&gt; excerpts from &lt;em&gt;Introducing SQL Server 2008&lt;/em&gt; by Peter DeBetta.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="reference"&gt;
&lt;div class="indent"&gt;
&lt;table cellspacing="0" cellpadding="0" border="0"&gt;
    &lt;tbody&gt;
        &lt;tr valign="top"&gt;
            &lt;td class="spotGraphic" style="PADDING-RIGHT: 8px"&gt;*&lt;/td&gt;
            &lt;td&gt;
            &lt;p class="nomargin"&gt;&lt;strong&gt;&lt;em&gt;Free&lt;/em&gt;&lt;/strong&gt; e-learning:
            &lt;/p&gt;&lt;table cellspacing="0" cellpadding="0" border="0"&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
                        &lt;td class="listItem"&gt;
                        &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/elearning/course/6187.mspx"&gt;&lt;strong&gt;Collection 6187&lt;/strong&gt;&lt;/a&gt;: What's New in Microsoft SQL Server 2008 (includes three &lt;strong&gt;&lt;em&gt;free&lt;/em&gt;&lt;/strong&gt; clinics) &lt;/p&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
            
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="reference"&gt;
&lt;div class="indent"&gt;
&lt;table cellspacing="0" cellpadding="0" border="0"&gt;
    &lt;tbody&gt;
        &lt;tr valign="top"&gt;
            &lt;td class="spotGraphic" style="PADDING-RIGHT: 8px"&gt;*&lt;/td&gt;
            &lt;td&gt;
            &lt;p class="nomargin"&gt;Classroom training:
            &lt;/p&gt;&lt;table cellspacing="0" cellpadding="0" border="0"&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
                        &lt;td class="listItem"&gt;
                        &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/syllabi/en-us/6156afinal.mspx"&gt;&lt;strong&gt;Course 6156&lt;/strong&gt;&lt;/a&gt;: First Look: What's New in Microsoft SQL Server 2008&lt;/p&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
            
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;font size="4"&gt;Microsoft E-Learning&lt;/font&gt;&lt;/p&gt;
&lt;p class="blurb"&gt;This Microsoft Official E-Learning clinic leverages a rich multimedia experience to introduce you to new and enhanced features in SQL Server 2008, including new data types and data management features.&lt;/p&gt;
&lt;p class="blurb"&gt;
&lt;/p&gt;&lt;table cellspacing="0" cellpadding="0" border="0"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
            &lt;td class="listItem"&gt;
            &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.microsoft.com/learning/elearning/course/6187.mspx"&gt;Collection 6187&lt;/a&gt;: What’s New in Microsoft SQL Server 2008&lt;/strong&gt; (includes three free clinics)&lt;/p&gt;
            &lt;table cellspacing="0" cellpadding="0" border="0"&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
                        &lt;td class="listItem"&gt;
                        &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/elearning/course/6188.mspx"&gt;Clinic 6188&lt;/a&gt;: What's New in Microsoft SQL Server 2008 for Enterprise Data Platform&lt;/p&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
                        &lt;td class="listItem"&gt;
                        &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/elearning/course/6189.mspx"&gt;Clinic 6189&lt;/a&gt;: What's New in Microsoft SQL Server 2008 for Business Intelligence&lt;/p&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
                        &lt;td class="listItem"&gt;
                        &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/elearning/course/6190.mspx"&gt;Clinic 6190&lt;/a&gt;: What's New in Microsoft SQL Server 2008 for Database Development&lt;/p&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
 &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/118005.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118005.aspx</guid>
            <pubDate>Thu, 27 Dec 2007 09:57:12 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/118005.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2007/12/27/118005.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/118005.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/118005.aspx</trackback:ping>
        </item>
        <item>
            <title>Free e-book: Team Development with TFS Guide</title>
            <category>Microsoft</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2007/12/20/117871.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2007/12/20/117871.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2007/12/20/117871.aspx&lt;/a&gt;&lt;/p&gt;Another free ebook from Microsoft. This time it is from Microsoft Patterns and Practices Team. All the details are provided at &lt;font face="Arial"&gt;&lt;a href="http://www.codeplex.com/TFSGuide"&gt;http://www.codeplex.com/TFSGuide&lt;/a&gt;. You can read this book online or you can download it in PDF format. &lt;/font&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/117871.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2007/12/20/117871.aspx</guid>
            <pubDate>Thu, 20 Dec 2007 12:26:07 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/117871.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2007/12/20/117871.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/117871.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/117871.aspx</trackback:ping>
        </item>
        <item>
            <title>Free e-book on Microsoft LINQ, Microsoft ASP.NET AJAX, and Microsoft Silverlight</title>
            <category>Microsoft</category>
            <category>.NET Framework</category>
            <category>ASP.NET</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117834.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117834.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117834.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This offer is from Microsoft. Get it at &lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/learning/vstudio/2008/default.mspx#EBOOK"&gt;http://www.microsoft.com/learning/vstudio/2008/default.mspx#EBOOK&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="blurb"&gt;The free e-book includes content from three recent publications from Microsoft Press: &lt;/p&gt;
&lt;p class="blurb"&gt;
&lt;/p&gt;&lt;table cellspacing="0" cellpadding="0" border="0"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
            &lt;td class="listItem"&gt;
            &lt;p&gt;&lt;a href="http://www.microsoft.com/MSPress/books/10725.aspx"&gt;&lt;em&gt;&lt;strong&gt;Introducing Microsoft LINQ&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by Paolo Pialorsi and Marco Russo (ISBN: 9780735623910)&lt;br /&gt;
            This practical guide covers Language Integrated Query (LINQ) syntax fundamentals, LINQ to ADO.NET, and LINQ to XML. The e-book includes the entire contents of this printed book!&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
            &lt;td class="listItem"&gt;
            &lt;p&gt;&lt;a href="http://www.microsoft.com/MSPress/books/10966.aspx"&gt;&lt;em&gt;&lt;strong&gt;Introducing Microsoft ASP.NET AJAX&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by Dino Esposito (ISBN: 9780735624139)&lt;br /&gt;
            Learn about the February 2007 release of ASP.NET AJAX Extensions 1.0, including an overview and the control toolkit.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="listBullet" valign="top"&gt;•&lt;/td&gt;
            &lt;td class="listItem"&gt;
            &lt;p&gt;&lt;a href="http://www.microsoft.com/MSPress/books/12285.aspx"&gt;&lt;em&gt;&lt;strong&gt;Introducing Microsoft Silverlight 1.0&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by Laurence Moroney (ISBN: 9780735625396)&lt;br /&gt;
            Learn how to use Silverlight to simplify the way you implement compelling user experiences for the Web. Discover how to support an object-oriented program model with JavaScript.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
 &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/117834.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117834.aspx</guid>
            <pubDate>Wed, 19 Dec 2007 11:55:02 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/117834.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117834.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/117834.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/117834.aspx</trackback:ping>
        </item>
        <item>
            <title>Windows XP Service Pack 3 RC</title>
            <category>Microsoft</category>
            <link>http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117832.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117832.aspx'&gt;http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117832.aspx&lt;/a&gt;&lt;/p&gt;Microsoft released Windows XP Service Pack 3 Release Candidate. This is available at   &lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=75ed934c-8423-4386-ad98-36b124a720aa&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=75ed934c-8423-4386-ad98-36b124a720aa&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/font&gt; &lt;img src="http://geekswithblogs.net/Sreeblog/aggbug/117832.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sreenivas Mogullapalli</dc:creator>
            <guid>http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117832.aspx</guid>
            <pubDate>Wed, 19 Dec 2007 06:40:59 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Sreeblog/comments/117832.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Sreeblog/archive/2007/12/19/117832.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Sreeblog/comments/commentRss/117832.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Sreeblog/services/trackbacks/117832.aspx</trackback:ping>
        </item>
    </channel>
</rss>