!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
Are you looking for
a method that enables you to send a mail from your SQL server? For
you Microsoft SQL server offers a special feature that will enable
you to send a mail from it. Earlier to SQL server 2000, it is known
as SQL mail but with release of SQL Server 2005 it has been changed &
the new name is database mail. Database mail is very useful for
sending a mail from SQL server to end users as well as to database
administrator....
Tuesday, October 30, 2012
Monday, July 30, 2012
Best solution for you when your database is suspect mode due to insufficient space in filegroup?
SQL server uses filegroup for grouping all the database objects & files, there are two types of SQL server filegroup, one is primary & another is user-defined. Primary filegroup contains the primary data file and all the pages for system table while any other filegroups that are specified with Create or Alter statements are known as user-defined filegroups. No any file can be member of more than one filegroup and log file is not a part of any filegroup. It is managed from data space.
Note:...
Tuesday, July 24, 2012
Unraveled: Possible Resolution Methods to Work Around Database Corruption in SQL Server 2008
SQL Server 2008 has been specifically designed to work with large data sets and to handle multiple users. It facilitates ease of use and maintenance through its feature-laden application interface. It can easily interpret the bandwidth required by the users and considerably help to improve performance. However, it has a few downsides. Any unexpected server crash may leave your SQL database in a suspect state. This database corruption would thrive if no timely action is taken to counter the problem....
Monday, April 2, 2012
A safe approach to database recovery in case of IAM chain corruption in SQL Server 2008
SQL Server 2008 is the best tool for database developers and administrators as it incorporates some of the major improvements over the earlier versions. It has support for large data sets and the ability to handle multiple users. The new 'Performance Studio' provides you with a collection of tools for easy monitoring and troubleshooting the system. It allows you to build up an efficient policy management system and help database administrators in carrying out various administrative tasks. Regardless...
Tuesday, February 28, 2012
Repair Corrupt SQL Server Database
!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
In this blog post, I will try to explain all possible steps that you will have required to repair your corrupt SQL server database. Let's consider a case where you are working on SQL server database, trying to access some records from a table. During table access process you have got an error message that specifies, you can't access desired table due to database corruption. Corruption in SQL server tables can happen due...
Sunday, February 12, 2012
Causes & Resolutions for MS SQL Server Error 5120

!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
Are you getting SQL server error 5120, when you try to attach some database files to Microsoft SQL server? This may happen because you have selected a file that is in use by other SQL server instance or selected a wrong file for the attachment. To fix this, firstly you have to check the location and status of SQL server files that you want to attach.
The default location of data & log files are:
C:Program-files\MSSQL\Data\Database-Name_Data1.mdf
C:Program-files\MSSQL\Data\Database-Name_Log1.ldf
Note:...
Tuesday, January 24, 2012
Discussing ways to easily recover SQL Server 2000 suspect database
!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
MS SQL Server 2000 is widely used all over the world as the data storage component of several large websites. It is a cross-platform application that supports various advanced and user-friendly features, such as Microsoft search service, federated servers, indexed views, etc. It can help you achieve the desired performance levels required for running large web applications. However, an SQL database may occasionally become...
Subscribe to:
Posts (Atom)