While I was working with SQL Server 2008 IntelliSense, I realized that it was not functioning as I expected. Even after I had enabled IntelliSense it was still not opening any suggestions at all. After a while, I figured out some vital information regarding how to make sure IntelliSense smoothly works all the time without you giving any trouble. Let us learn how we canĀ Enable IntelliSense.
SQL SERVER – Start SQL Server Instance in Single User Mode
There are certain situation when user wants to start SQL Server Engine in “single user” mode from the start up. To start SQL Server in single user mode is very simple procedure as displayed below. Go to SQL Server Configuration Manager and click onĀ SQL Server 2005 Services. Click on…
Read MoreSQL SERVER – 2008 – Change Color of Status Bar of SSMS Query Editor
This is one very interesting issue which I have started to follow recently. Just like any other organization my company has many servers. Some are production and some are development. It is very much necessary that query which are written for developer environment does not run for production environment accidentally.…
Read MoreSQL SERVER – Find Collation of Database and Table Column Using T-SQL
Today we will go over very quick tip about finding out collation of database and table column. Collations specify the rules for how strings of character data are sorted and compared, based on the norms of particular languages and locales Today’s script are self explanatory so I will not explain…
Read MoreSQL SERVER – Connect using Enterprise Manager to SQL Server 2005/2008
I received the following email from Mike Bikinis. about enterprise manager.Ā “How can I connect to SQL Server 2005 or SQL Server 2008 using SQL Server 2000’s Enterprise Manager?”
SQL SERVER – Find Table Row Count Without Using T-SQL and Without Opening Table
Recently I have been busy with interviewing many candidates for my organization. We are looking for some smart and experienced developers for some senior positions. I have wrote this previously SQL SERVER – Interesting Interview Questions. This blog post is about finding a table row count without using T-SQL.
SQL SERVER – Default Collation of SQL Server 2008
Recently I wrote article about SQL SERVER – 2008 – Install SQL Server 2008 – How to Upgrade to SQL Server 2008 – Installation Tutorial, I received couple of comment suggesting that I did not talk about SQL Server default collation setting or how to change default collation when installing…
Read More