Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow responce for the first time
Message
From
21/05/2001 17:35:01
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00509242
Message ID:
00509694
Views:
19
>How to make this data for ever in cache? :)

sp_tableoption "PinTable" will cause a table's pages to remain in the cache once they've been loaded. Understand that by doing this, you are overriding SQL Server and may affect it's performace. In general I wouldn't recommend this except for a, small, frequently used table.

You might want to check the query plan to see how SQL Server is solving the query. An index might be missing.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform