I have a backup of a database and restore it on another testing server. All data caches is empty. so I want to load data in to cache for testing. basically I need to choose tables and indexes to loaded manually with query. But if I want to fill up all caches, if dbcc checkdb will do this for me?
↧