January 18, 2008 at 7:36 am
Hello!
I have a problem when I write the select statement my RAM usage increasing: example
I'm using the SQL Server 2005 Developer Edition localy on My PC with 2 GB Ram memory!
writing : SELECT * FROM table_1
or
INSERT INTO table_2
SELECT * FROM table_1 ( definition of these two tables are the same)
Any idea!?
thnx!
Dugi
January 18, 2008 at 8:13 am
Whats the structure of the table? How much data is in the table?
January 18, 2008 at 8:19 am
January 18, 2008 at 9:22 am
It should increase as you work with more data. You can set a limit if needed in the server properties in SSMS.
January 18, 2008 at 10:40 am
Steve Jones - Editor (1/18/2008)
It should increase as you work with more data. You can set a limit if needed in the server properties in SSMS.
It seems to work...I will check with more data ...!
Many Thnx, Mr. Steve Jones
Dugi
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply