SQL Servers Resource Center
SQL Servers Resource Center

Removing Transaction Log Files in SQL Server Suspends Database Mirroring
In Microsoft SQL Server 2008, you can configure the database mirroring between two database. It improves database reliability and prevent data loss situations, if one database gets damaged due to any reason. In case of failure, you can restore the copy of your database from mirror database. However, if you unintentionally remove the transaction log files on SQL database, database mirroring session is broken by principle server.

No Need For a SQL Tutorial Or to Learn SQL
Many proprietary database systems come with a report writer but are too difficult to use. They need a knowledge of SQL or they need an expensive expert to prepare the report. Sometimes there is no report writer available at all. Here is a solution.

Career As a Database Administrator
Database administrator jobs are some of the top career opportunities at the moment. There are several positions to choose from, such as the Oracle database administrator, which works specifically with industry leading Oracle software.

SQL Tutorial For Beginners
Learn the basics of SQL quickly and easily in this easy to follow SQL tutorial. Learn how to query, add, modify and delete records in your Oracle database tables using SQL with this short tutorial.

MySQL and BLOBs
One of MySQL's strengths is its use of Binary Large Object (BLOB) columns. These columns store unprocessed binary data, typically files, that can be retrieved and manipulated like the other common datatypes. The difficulty comes in accessing the BLOB column in VB. Prior to ADO 2.5, the only way to move data in and out of a MySQL BLOB column using Visual Basic was to use the appendchunk and getchunk methods. With ADO 2.5, the stream object has been added, greatly simplifying the process of working with MySQL BLOBs. In this article, I will focus entirely on using the stream object.

Troubleshooting SQL Server Error 2579
SQL Server database pages are 8 KB in size, each designated with a specific ID. The application uses extents as the basic unit to allocate space for tables and indexes. If these structures suffer any sort of corruption related concerns, you can run the DBCC CHECKDB command to detect it.


Related News:


Privacy Policy | Copyright/Trademark Notification