Tip of the Day : SQL Server 2008 Management Studio Tips and Tricks – Object Explorer Details – More Property Details

Welcome to SQL Server Helper !!!

This site is intended for those who are beginning to use SQL Server as part of their day-to-day activities.  You will find in this site a collection of useful functions, triggers, stored procedures and tips and tricks related to SQL Server.

Should you have any comments or questions regarding this site or if you want to ask SQL Server-related questions, e-mail us here.

We hope we are able to help and we are glad to help!!!

SQL Server Tip of the Day - January 15, 2026

SQL Server 2008 Management Studio Tips and Tricks – Object Explorer Details – More Property Details

The Object Explorer Details section of SQL Server 2008 Management Studio now displays more property information about the different objects available in SQL Server 2008.  You can easily view these property information simply by expanding the lower part of the Object Explorer Details window.

When the object currently selected in the Object Explorer is the server, the following property information are available:

  •  Number of Databases (including system databases and Report Server databases)
  •  Default Language
  •  Maximum Degree of Parallelism (Max DOP)
  •  Minimum and Maximum Server Memory (MB)
  •  Maximum Worker Threads
  •  Address Windowing Extensions (AWE) Enabled, C2 Audit Mode Enabled, Common Language Runtime (CLR) Enabled, Common Criteria Enabled, Cross DB Ownership Enabled, Database Mail Enabled

When the object currently selected in the Object Explorer is a database, the following property information are available:

  •  Mail Host (True/False)
  •  Mirroring Status
  •  Ownership Chaining
  •  Recovery Model
  •  Primary File Path, Default File Group
  •  Compatibility Level
  •  Read Only (True/False)
  •  Collation, Case Sensitivity
  •  Owner
  •  Creation Date
  •  Database Size (MB), Data and Index Space Used (KB), Space Available (KB)
  •  ANSI NULL Enabled, ANSI Padding Enabled, ANSI Warnings Enabled, Arithabort Enabled, Auto Close Enabled, Auto Create Statistics Enabled, Auto Shrink Enabled, Auto Update Statistics Enabled, Broker Enabled, Full Text Enabled, Mirroring Enabled, Quoted Identifiers, Trustworthy Enabled

When the object currently selected in the Object Explorer is a table, the following property information are available:

  •  File Group
  •  System Object (True/False)
  •  Replicated (True/False)
  •  Schema, Owner
  •  Data and Index Space Used (KB)
  •  Row Count
  •  Creation Date

These property information can also be easily copied by simply right-clicking on the any property information.  You have the option to copy a single property value with or without the property name or copy all property values with or without the corresponding property name.

SQL Server 2012

SQL Server 2008

User-Defined Functions

Date Functions

A collection of useful user-defined functions that deal with dates.

String Functions

A collection of useful user-defined functions that deal with strings (varchar/char/nvarchar/nchar).

Tree Functions

A collection of useful user-defined functions that deal with tree or hierarchical design structures.

Table-Valued Functions

A collection of useful table-valued user-defined functions that can be used to join with other tables.

SQL Server Built-in Functions

A reference to all built-in functions available within SQL Server grouped into categories.

Tips and Tricks

A collection of useful SQL Server-related tips and tricks:

SQL Server Error Messages

A list of SQL Server error messages and for certain error messages, discusses ways on how to solve the error or work around them:

Frequently Asked Questions