The new feature "intellisense" added in sql server 2008 is making my life easier. And I am enjoying this feature a lot. But I noticed many times that when we make any changes to DB schema like creating / modifying database objects (tables, sprocs, ...) we don't notice the schema changes in intellisense in the same session. This made me too bad and many times I cursed Microsoft for this inclomplete feature. But after making some research on this, I have found the solution to get intellisense for new schema changes in current session.
Actually what happens when you connect to sql server 2008 using sql server management studio is, it queries for the current database schema and saves it somewhere. And It uses this schema information for showing the intellisense when the user is writing queries. But when we create/update the sql objects (sprocs, tables, views, ...) these won't be updated and the intellisense is pulled from old schema. That's why we don't notice the schema changes in intellisense unless we explicitly refresh the cache. In order to get new chema changes we must clear the intellisense cache.
To clear the intellisense cache we need to click Edit -> Intellisense -> RefreshLocalCache in sql server 2008 management studio as shown in below screen.
How to get Sql server 2008 intellisense working for schema changes
Search
Categories
- .NET Framework (3)
- AJAX (3)
- ASP.NET (15)
- ASP.NET 4.0 (5)
- Avengers Infinity War (1)
- C# (1)
- Chess (1)
- Cricket (1)
- Downloads (1)
- Emails (1)
- Ending explained (1)
- General (20)
- gujarat (3)
- Mobiles (1)
- New thing A Day (1)
- Poems (1)
- Programming (1)
- Reviews (1)
- SeminarTopics (1)
- Songs (1)
- SQL Scripts (1)
- Sql Server (3)
- State Server (1)
- Tech (1)
- Visual Studio (6)
Archives
-
▼
2010
(70)
-
▼
January
(47)
- Convert Data Reader to Data Table
- Convert data table to data reader
- 30 Common String Operations in C# and VB.NET
- Use .NET Built-in Methods to Save Time and Headaches
- Laws of Computer Programming
- T-SQL: Recently Executed Query
- Limiting the length of a multiline textbox
- Setting the default Button for a TextBox in ASP.NET
- Had a Gr8 time @PUG Developer Summit - 16th Jan 2010
- SQL Server performance with NOCount On
- Design pattern – What can they mean?
- Asp.net 4.0 FormView Control Enhancement
- Programmatically set the Page Description and Keyw...
- Important SQL Server and Windows “End of Support” ...
- how to change Visual Studio's default browser
- Access Viewstate across pages in ASP.NET
- How to refresh an UpdatePanel from javascript
- Maintain Scroll Position On Postback in ASP.NET
- Using ICALLBACKEventHandler in ASP.NET
- Building a Custom Confirmation Dialog Box
- List of Best Open Source Software
- List of Best Open Source Software
- 10 investment resolutions for 2010
- How smart is your right Foot…????
- The Alcohol Guide
- The Blood Donation Guide
- ADOBE AIR- The Revolution has just started
- Myths about code comments
- Parameter passing in C#
- Strings in .NET and C#
- Concatenating Strings Efficiently - When to use St...
- Memory in .NET - what goes where
- .NET Cheat Sheets
- Viewstate management in ASP.Net 4.0
- Visual Studio 2010 Beta2 new features.
- New Features in VB.NET
- MSVBRUN, MSVCRT, CLR and now DLR. WTH?
- Ajax, Asp.net Ajax, jQuery – Misconceptions and Facts
- Top 10 Upcoming Microsoft Releases That Developers...
- Twitter - Saving your Tweets
- How to get Sql server 2008 intellisense working fo...
- How to display latest tweet in your website using ...
- What is new in ASP.Net 4
- Gear up for a Stream of new Products from Microsoft
- ASP.NET 2.0 Session State Partitioning
- Using AJAX Textbox Extenders
- Happy 2010
-
▼
January
(47)
0 Comments Received
Leave A Reply