Viewing 6 posts - 16 through 21 (of 21 total)
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...
July 6, 2008 at 11:10 pm
Hearty thanks, i will test and revert you if i have any issues
July 3, 2008 at 5:47 am
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...
July 3, 2008 at 5:36 am
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] ...
July 3, 2008 at 4:54 am
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...
July 2, 2008 at 6:16 am
Viewing 6 posts - 16 through 21 (of 21 total)