SQLServer Memory (1 Viewer)

hurz8888

New Member
July 8, 2008
1
0
Hi,

the SQL Server grabs about 750MB of memory. In trying to set the upper limit to 128MB, I cannot find the application, where I can set the DB limit.

My START->PROGRAMS->SQLSERVER->CONFIG TOOLS menu shows only the "SQL Server Configuration Manager" and the "SQL Server Surface Area Configuration" programs...

(Media Portal RC 1.0 RC1 / TV Server 1.0 RC1 / Windows XP SP2)

Where is the config app?
How to set the limit manually?

Regards,
Rainer
 

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    I know, that this is not an answer of you question - but it is a solution.

    Use MySQL with the following addition options in the my.ini:
    Unter [mysqld]:
    myisam_recover=BACKUP,FORCE
    query_cache_size = 42M

    and you'll get happy.
     

    Users who are viewing this thread

    Top Bottom