A brilliant addon for SSMS 2005/2008, and it's free ! Features include:
•SQL Snippets
•Window Connection Coloring
•Query Execution History and Current Window History
•Format SQL
•Search Table, View or Database Data
•Run one script on multiple databases
•Copy execution plan bitmaps to clipboard or file
•Search Results in Grid Mode or Execution Plans
•Generate Insert statements from resultsets, tables or database
•Regions and Debug sections
•Running custom scripts from Object Explorer
•CRUD stored procedure generation
•New query template
•General options
Install now, if only for the colour coded connection windows !!
Tuesday, 24 November 2009
Tuesday, 3 November 2009
SQL Server Memory Settings 64bit
Rather interesting blog posting here talking about SQL Server 2005/2008 64bit and memory settings. The recommendation is to always set these as the following table outlines:
What makes this interesting is the comments posted, where one poster mentions that they have seen instability when the memory is not set.
Physical RAM | MaxServerMem Setting |
2GB | 1500 |
4GB | 3200 |
6GB | 4800 |
8GB | 6400 |
12GB | 10000 |
16GB | 13500 |
24GB | 21500 |
32GB | 29000 |
48GB | 44000 |
64GB | 60000 |
72GB | 68000 |
96GB | 92000 |
128GB | 124000 |
What makes this interesting is the comments posted, where one poster mentions that they have seen instability when the memory is not set.
Subscribe to:
Posts (Atom)