Forum: MS SQL Mar 11th, 2006 |
| Replies: 3 Views: 2,368 Re: Fast retrieving of records Ya, The Userid is declared as primary key. I m not using any stored procedure to get the values. I m using ADODB recordset for querying the table. I have tried using stored procedure but the speed... |
Forum: MS SQL Mar 8th, 2006 |
| Replies: 3 Views: 2,368 Fast retrieving of records Hi,
I am having a table with 16 lakhs records in it. Each record contains approximately 50 columns. I am using MSSQL Database. Basically the table contains details of the user's registration... |