Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)

  • RE: doubts in Indexing

    Hi,

    This is the query am using for my application.

    Select Registrationno,location,gps_datetime,speed,ignition,analog2 from gpsdata_history where registrationno='ht 34 555' and gps_datetime between '' and ''

    Here i have used registrationno as non unique and...

  • RE: Connection details

    Ya this is what am looking for. Thanks a lot

  • RE: doubts in Indexing

    Hearty thanks, i will test and revert you if i have any issues

  • RE: doubts in Indexing

    once again thanks for your kind reply.

    Actually sno is just an identity column. I am going to filter only by using registrationno and i will have many registrationno in this...

  • RE: doubts in Indexing

    Index is getting used, i tested using the query execution plan.

    Here do i provide the data structure,index and query.

    1, data structure

    USE [bulkdata]

    GO

    /****** Object: Table [dbo].[gpsdata_history1_April] ...

  • RE: doubts in Indexing

    First of all, Thanks for your reply.

    My table has lakhs of records. Client will access this data so often. THere is no writing process and only reading Hence i'm testing...

Viewing 6 posts - 16 through 21 (of 21 total)