Categories
Technology - Tips

How to use Preview Pane in Gmail

Now you can use preview pane also in your gmail, it is same like as you seen in Microsoft Outllok. To do this feature enable do these things. Login to your gmail account. Click on settings on the right top side. Now click on Labs tab and search for Preview pane.   click on image […]

Categories
Technology - Tips

How to Insert images in body when using Gmail

In this tutorial you can learn how you insert images in the body part of your gmail. Open your Gmail account. Click on settings on the right top side. Then click on Laps tab as shown in below image.   Click on image to enlarge   Now search for inserting images as shown on below […]

Categories
Sql Server

What Are Partitioned Indexes in Sql server

In SQL Server 2008, just as you can divide tables into partitions. Partitioned indexes are indexes in which the index pages are separated horizontally into multiple physical locations based on range of values in the index column. The physical locations for partitions are filegroups. Partition indexes are use for the same reason that for partition […]

Categories
Sql Server

What are Indexes and it’s types

Index:-An index is a collection of pages associated with a table used to improve the performance.Indexes are used to point to the location of a row on data page instead of  look through all data pages in a table. Planning useful indexes is one of the most important factor of improving query performance. It requires […]