I have several big inserts selected from openquery and linked server.
Insert into X
select * from openquery(LINKED,'.....
IT Seems that it grabs about 140MB of the memory and did not deallocate them !!!!!
in the memory configuration i put min-0 and max-256...
IS THAT ITS NORMAL BEHAVIOUR ???? :-0
Insert into X
select * from openquery(LINKED,'.....
IT Seems that it grabs about 140MB of the memory and did not deallocate them !!!!!
in the memory configuration i put min-0 and max-256...
IS THAT ITS NORMAL BEHAVIOUR ???? :-0