By tag: SQL2K8
0
kicks
Interesting Observation - Effect of Clustered Index over Nonclustered
Query optimization is one art which is difficult to master. Just like any other art this requires creativity and imagination as well understanding of subject matter. Let us look at interesting observation which I came across.
In our example we have one query which is not using any index. On the s...
0
kicks
Download SQL Server 2008 System Views Poster - PDF - A Wall Poster
Microsoft has published SQL Server 2008 System Views Poster. This poster should be must have poster for any SQL Server Developer. I have this poster on my wall. The Microsoft SQL Server 2008 System Views Map shows the key system views included in SQL Server 2008, and the relationships between them. ...
0
kicks
SQL SERVER - T-SQL Script for FizzBuzz Logic - Puzzle
Following is quite common Interview Question asked in many interview questions. FizzBuzz is popular but very simple puzzle and have been very popular to solve. FizzBuzz problem can be attempted in any programming language. Let us attempt it in T-SQL.
Let us see if you can do this simple exercise ...
0
kicks
SQL SERVER - Rules for Optimizining Any Query - Best Practices
This subject is very deep subject but today we will see it very quickly and most important points. May be following up on few of the points of this point will help users to right away improve the performance of query. In this article I am not focusing on in depth analysis of database but simple tric...
0
kicks
Transaction and Local Variables - Swap Variables - Update All At Once
Summary : Transaction have no effect over memory variables. When UPDATE statement is applied over any table (physical or memory) all the updates are applied at one time together when the statement is committed.
0
kicks
SQL Server 2008 - Cheat Sheet - One Page PDF Download
Very frequently I have been asked to create a page, post or article where in one page all the important concepts of SQL Server are covered. SQL Server 2008 is very large subject and can not be even covered 1000 of pages. In daily life of DBA there are few commands very frequently used and for novice...
0
kicks
SQL SERVER - 2008 - Interview Questions and Answers - Download PDF
Interview is very important event for any person. A good interview leads to good career if candidate is willing to learn. I always enjoy interview questions and answers series. This is my very humble attempt to write SQL Server 2008 interview questions and answers. SQL Server is very large subject a...