<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Rajan's Blog - SQL Server 2008</title>
    <link>http://blog.rajan.net.in/</link>
    <description>Experience Talks</description>
    <language>en-us</language>
    <copyright>Rajan R.G</copyright>
    <lastBuildDate>Sun, 29 Mar 2009 06:45:14 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>rgrajan@gmail.com</managingEditor>
    <webMaster>rgrajan@gmail.com</webMaster>
    <item>
      <trackback:ping>http://blog.rajan.net.in/Trackback.aspx?guid=84bf6e1f-9210-4bdf-945c-37750390156b</trackback:ping>
      <pingback:server>http://blog.rajan.net.in/pingback.aspx</pingback:server>
      <pingback:target>http://blog.rajan.net.in/PermaLink,guid,84bf6e1f-9210-4bdf-945c-37750390156b.aspx</pingback:target>
      <dc:creator>Rajan R.G</dc:creator>
      <wfw:comment>http://blog.rajan.net.in/CommentView,guid,84bf6e1f-9210-4bdf-945c-37750390156b.aspx</wfw:comment>
      <wfw:commentRss>http://blog.rajan.net.in/SyndicationService.asmx/GetEntryCommentsRss?guid=84bf6e1f-9210-4bdf-945c-37750390156b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Everybody is enjoying with new SQL Server 2008 intellisense feature. At the same time
you would have wondered that it is not working with new tables, views, stored procedures
created. This is due to cache refresh issue with SQL Server 2008 and you can simply
refresh the cache as explained below. 
</p>
        <p>
          <a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense1_2.jpg">
            <img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense1" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense1_thumb.jpg" width="244" height="98" />
          </a>
        </p>
        <p>
I have added new table “Active Reports”, but it is not showing up in the
SQL Intellisense. 
</p>
        <p>
          <a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense2_2.jpg">
            <img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense2" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense2_thumb.jpg" width="244" height="69" />
          </a>
        </p>
        <p>
Even if you type the sql query analyzer shows as error, even if you execute the query
it will not show error and you will be blaming the intellisense feature. 
</p>
        <p>
          <a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense3_4.jpg">
            <img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense3" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense3_thumb_1.jpg" width="244" height="173" />
          </a>
        </p>
        <p>
Now, go to SQL Menu Edit -&gt; IntelliSense -&gt; Refresh Local Cache (Ctrl+Shift+R),
the intellisense detected the table as shown below. 
</p>
        <p>
          <a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense4_2.jpg">
            <img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense4" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense4_thumb.jpg" width="244" height="112" />
          </a>
        </p>
        <p>
Hope this helps to the new comers of SQL 2008
</p>
        <img width="0" height="0" src="http://blog.rajan.net.in/aggbug.ashx?id=84bf6e1f-9210-4bdf-945c-37750390156b" />
      </body>
      <title>SQL Server 2008 Intellisense Refresh</title>
      <guid isPermaLink="false">http://blog.rajan.net.in/PermaLink,guid,84bf6e1f-9210-4bdf-945c-37750390156b.aspx</guid>
      <link>http://blog.rajan.net.in/2009/03/29/SQLServer2008IntellisenseRefresh.aspx</link>
      <pubDate>Sun, 29 Mar 2009 06:45:14 GMT</pubDate>
      <description>&lt;p&gt;
Everybody is enjoying with new SQL Server 2008 intellisense feature. At the same time
you would have wondered that it is not working with new tables, views, stored procedures
created. This is due to cache refresh issue with SQL Server 2008 and you can simply
refresh the cache as explained below. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense1_2.jpg"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense1" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense1_thumb.jpg" width="244" height="98" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
I have added new table &amp;#8220;Active Reports&amp;#8221;, but it is not showing up in the
SQL Intellisense. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense2_2.jpg"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense2" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense2_thumb.jpg" width="244" height="69" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Even if you type the sql query analyzer shows as error, even if you execute the query
it will not show error and you will be blaming the intellisense feature. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense3_4.jpg"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense3" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense3_thumb_1.jpg" width="244" height="173" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Now, go to SQL Menu Edit -&amp;gt; IntelliSense -&amp;gt; Refresh Local Cache (Ctrl+Shift+R),
the intellisense detected the table as shown below. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense4_2.jpg"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="sql-intellisense4" src="http://blog.rajan.net.in/content/binary/WindowsLiveWriter/SQLServer2008IntellisenseRefresh_F505/sql-intellisense4_thumb.jpg" width="244" height="112" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Hope this helps to the new comers of SQL 2008
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.rajan.net.in/aggbug.ashx?id=84bf6e1f-9210-4bdf-945c-37750390156b" /&gt;</description>
      <comments>http://blog.rajan.net.in/CommentView,guid,84bf6e1f-9210-4bdf-945c-37750390156b.aspx</comments>
      <category>SQL Server 2008</category>
    </item>
  </channel>
</rss>