Click here to Skip to main content
15,917,991 members
Home / Discussions / Database
   

Database

 
GeneralHELP! ADO and very *big* tables Pin
taualex27-Sep-02 4:23
taualex27-Sep-02 4:23 
GeneralRe: HELP! ADO and very *big* tables Pin
Michael P Butler27-Sep-02 4:39
Michael P Butler27-Sep-02 4:39 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 5:38
taualex27-Sep-02 5:38 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 7:11
taualex27-Sep-02 7:11 
GeneralRe: HELP! ADO and very *big* tables Pin
Richard Deeming27-Sep-02 6:02
mveRichard Deeming27-Sep-02 6:02 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 7:12
taualex27-Sep-02 7:12 
GeneralRe: HELP! ADO and very *big* tables Pin
4-Nov-02 15:28
suss4-Nov-02 15:28 
GeneralRe: HELP! ADO and very *big* tables Pin
Matt Gullett27-Sep-02 8:47
Matt Gullett27-Sep-02 8:47 
A couple things I can tell you about this.

1) If your table does not have a primary key in SQL Server, opening the table can take some time.

2) If the table has a primary key but it is not a clustered key you should try using a where clause such as "SELECT * FROM table_name WHERE PK_FIELD > 0". This forces SQL server to use an index even if you are getting everything this will often produce better results.

3) Try using a SELECT TOP XXX instead of select all.


GeneralRe: HELP! ADO and very *big* tables Pin
Nick Parker27-Sep-02 9:28
protectorNick Parker27-Sep-02 9:28 
GeneralRe: HELP! ADO and very *big* tables Pin
hunterlsq29-Sep-02 0:22
hunterlsq29-Sep-02 0:22 
GeneralRe: HELP! ADO and very *big* tables Pin
Majid Shahabfar29-Sep-02 1:49
Majid Shahabfar29-Sep-02 1:49 
GeneralRe: HELP! ADO and very *big* tables Pin
Marc Clifton3-Oct-02 5:15
mvaMarc Clifton3-Oct-02 5:15 
GeneralHelp me ! Unicode and Database Access. Pin
26-Sep-02 23:30
suss26-Sep-02 23:30 
GeneralRe: Help me ! Unicode and Database Access. Pin
hunterlsq29-Sep-02 0:12
hunterlsq29-Sep-02 0:12 
GeneralCreating an empty SQL database. Pin
Segal26-Sep-02 12:17
Segal26-Sep-02 12:17 
GeneralRe: Creating an empty SQL database. Pin
James T. Johnson26-Sep-02 12:43
James T. Johnson26-Sep-02 12:43 
GeneralRe: Creating an empty SQL database. Pin
Segal27-Sep-02 7:10
Segal27-Sep-02 7:10 
GeneralRe: Creating an empty SQL database. Pin
James T. Johnson27-Sep-02 7:51
James T. Johnson27-Sep-02 7:51 
GeneralIDispatch error #3127 Pin
ssirisha26-Sep-02 4:48
ssirisha26-Sep-02 4:48 
GeneralOLEDB Connection Dialog Pin
David Salter25-Sep-02 13:34
David Salter25-Sep-02 13:34 
GeneralRe: OLEDB Connection Dialog Pin
Jason Gerard25-Sep-02 14:22
Jason Gerard25-Sep-02 14:22 
GeneralRe: OLEDB Connection Dialog Pin
David Salter26-Sep-02 11:28
David Salter26-Sep-02 11:28 
GeneralSQL Server TimeStamp field Pin
stephen woolhead23-Sep-02 14:19
stephen woolhead23-Sep-02 14:19 
GeneralMerge two SQL Databases Pin
Paul Watson23-Sep-02 7:05
sitebuilderPaul Watson23-Sep-02 7:05 
GeneralRe: Merge two SQL Databases Pin
Matt Gullett23-Sep-02 17:04
Matt Gullett23-Sep-02 17:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.