Bonjour,
j'ai bien installé la base de donnée dbccdb et j'ai crée un nouveau cache qui sera dedié à cette dernière dont voici le resultat:
1> sp_helpcache dbccdb_cache
2> go
Cache Name Config Size Run Size Overhead
------------------------ ------------- ---------- ----------
dbccdb_cache 50.00 Mb 50.00 Mb 3.30 Mb

------------------ Cache Binding Information: ------------------

Cache Name Entity Name Type Index Name
Status
---------- ----------- ---- ----------
------
dbccdb_cache dbccdb database
V
(return status = 0)
par contre, dès que je lance la commande dbcc checkstorage, je reçois le message d'erreur suivante:

Checking dbccdb: Logical pagesize is 2048 bytes
Msg 9978, Level 17, State 1:
Server 'W2KIT21', Line 1:
The 16K buffer pool in the configured cache is too small. 640K is the minimum
size.
DBCC CHECKSTORAGE for database 'dbccdb' encountered an error. Some results may
not be available. Correct the problems reported and reexecute the CHECKSTORAGE
command.
comment puis-je le resoudre ?

merci de vos conseils.