Monday, 4 February 2013

How to configure database mail in SQL Server

Database Mail enables a computer running SQL Server to send outbound mail messages. Although messages can contain the results of queries, Database Mail is primarily used to send alert messages to administrators to notify them of performance conditions or changes that have been made to objects.

Saturday, 19 January 2013

What are the System Databases in SQL Server

Database: Database is like a place holder to store the data. The data will be stored in the defined order. Any server may contain more than one database to store different kinds of data based on the requirement.


Tuesday, 15 January 2013

Post Installation of SQL Server 2008

We can test the installation of SQL Server by using the configuration manager. The configuration manager will display the SQL Server services of all the instances currently those are running on this machine.