|
|
Browse by Tags
All Tags » best practices » BOL (RSS)
-
Do you cache or not?
By default SQL Server cache stores the data & query plan in cache to provide better performance for your queries. Similary caching is also included in SQL Server Reporting Services where this caching can shorten the time required to retrieve a report if the report is large or accessed frequently. Bear in mind that ...
-
Here is another LiveLink that helps you to search the SQL Server books online on web without having them installed on your machine.
Thanks Quimbo for the reference.
-
In SQL Server 2000 for index defragmentation DBCC DBREINDEX and DBCC INDEXDEFRAG statements are used, as you are aware defragmentation on table does not yield performance gains in every case. Every scenario is different. Similarly, determining when you should run the defragmentation statements requires analysis. Run DBCC SHOWCONTIG to ...
|
|
|