Re: Table variables
microsoft.public.sqlserver.misc
Date: 11/03/04
- Next message: microsoft.public.sqlserver.misc: "SQL Performance"
- Previous message: Dan Guzman: "Re: Kill a job process"
- In reply to: microsoft.public.sqlserver.misc: "Table variables"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Nov 2004 15:11:15 -0000
Thanks for your help
<microsoft.public.sqlserver.misc> wrote in message
news:ubaaHpZwEHA.3976@TK2MSFTNGP09.phx.gbl...
> I am working with a system that uses quite a lot of stored procedures
> that make use of table variables extensively. The ram used by the
> database server quickly rises to close to 2 Gb. The amount of memory
> used by sql server is limted but as soon as the memory reaches the
> limit, the performance of the system is reduced greatly. It seems to
> me that the table variables when used are of no use outside the
> procedure in which they were created, however, the memory used doesn't
> seem to be de-allocated. Is there any way of de-allocating the memory
> used by a table variable once finished with within a sp.
>
>
- Next message: microsoft.public.sqlserver.misc: "SQL Performance"
- Previous message: Dan Guzman: "Re: Kill a job process"
- In reply to: microsoft.public.sqlserver.misc: "Table variables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|