Posts

Showing posts from October, 2011

SQL Server Management Studio 2008 (SSMS) - Intellisense is not working

The SSMS intellisense wasn't working for me when we migrated our database server from 2005 to 2008. Here is what I used and its working for me pretty well. http://www.devart.com/dbforge/sql/sqlcomplete/download.html Install the Express version of it and it does the job!

Google DART - A Structured way of web programming

How often do you see a new programming language launched? Yes, its very rare. Google today has launched a new programming language called DART which seems similar to C/C++ and Java. Following up here: Google Dart - A javascript alternative and http://www.dartlang.org/

Microsoft Security Essentials and Google Chrome

Recently, Microsoft Security Essentials (MSSE) installed on my PC detected a "Password Stealer". I opted to delete the "password stealer". Then I tried to open my Chrome browser and BOOM, it crashed saying the file doesn't exist. I figured out that the "password stealer" deleted by MSSE was in fact Google Chrome. I reinstalled Chrome, but that won't run saying a permission error. Here is what I did to solve that: 1. Go to: C:\Documents and Settings\ \Local Settings\Application Data\Google\Chrome\Application 2. Run chrome_new.exe That's it, now run Chrome.exe, and you should be able to use Google Chrome again.