Asking a lot of questions about SQL Server today.
I am used to working with MS Access, where you can open a table with 100k records no problem. Or 200k.
In SQL Server, when I try to open my table containing 100k records, when it gets to about 10k, I get the "Low Memory" error message from NT.
I am watching my performance monitor also, as the records roll out (on the counter at the bottom right of the Query Tool window) and my memory is disappearing as the number of records returned increases.
Wow, I'm wondering, how can you view 10k, 20k, or even 100k records using SQL Server without it killing your client memory? Is it possible?
Thanks for your help.
-Mike
I am used to working with MS Access, where you can open a table with 100k records no problem. Or 200k.
In SQL Server, when I try to open my table containing 100k records, when it gets to about 10k, I get the "Low Memory" error message from NT.
I am watching my performance monitor also, as the records roll out (on the counter at the bottom right of the Query Tool window) and my memory is disappearing as the number of records returned increases.
Wow, I'm wondering, how can you view 10k, 20k, or even 100k records using SQL Server without it killing your client memory? Is it possible?
Thanks for your help.
-Mike