SQL Server Blogs

Voices from the UK SQL Server Community

Search

Page 1 of 1 (7 items)
  • Know The Transaction Log – Part 4 - Restoring Data

    After looking about the backups in SQL Server it is time to know about the Restore and Recovery in SQL Server. SQL Server supports three levels of Restoring data. They are 1. Complete Database Restore : This is the basic restore strategy. A complete database restore for a simple recovery model database simply involve a full backup followed by ...
    Posted to B Esakkiappan's SQL Thoughts (Weblog) by sureshbarathan on Tue, Apr 22 2008
  • KNOW THE TRANSACTION LOG – PART- 3

    This is third article in the KNOW THE TRANSACTION LOG series. In Part 1 I explained about the Transaction Log File and its behaviour. In Part 2 I explained about the Recovery Models available in SQL Server 2005 which affects the behaviour of Transaction log file of the database. In this Part 3, I am going to explain about the various Backup ...
    Posted to B Esakkiappan's SQL Thoughts (Weblog) by sureshbarathan on Tue, Apr 22 2008
  • KNOW THE TRANSACTION LOG –PART 2

    In my previous post, I wrote about the Restart Recovery which is automatically done by SQL Server 2005 in the event of SQL Server startup. There is another type of recovery available that is, well known, commonly practiced and a manual process, RESTORE RECOVERY. Restore Recovery is triggered manually by DBAs during the data loss events, to bring ...
    Posted to B Esakkiappan's SQL Thoughts (Weblog) by sureshbarathan on Thu, Apr 17 2008
  • Know the Transaction LOG - Part - 1

    After writing about the LOG shipping in my previous post, many questions raised that urged me to share the knowledge about the database logs in SQL Server 2005. As it is a huge concept to discuss, I planned to write a series of posts in Database Transaction Logs. What is Database LOG? A Database log always called as Transaction Log, is a ...
    Posted to B Esakkiappan's SQL Thoughts (Weblog) by sureshbarathan on Thu, Apr 17 2008
  • Hey Standby Server ! Your (Transaction Log) Ship(ment) has arrived…!-(LOGSHIPPING)

    Having SQL Server as a Database Solution to your enterprise applications, you may have a little chance of losing your valuable data, due to some failures, as SQL Server 2005 is having a lot of features for High-Availability and Disaster Recoverability. One of such feature is LOG Shipping. Even though LOG Shipping is available from predecessors of ...
    Posted to B Esakkiappan's SQL Thoughts (Weblog) by sureshbarathan on Thu, Apr 17 2008
  • Database Sanpshots in SQL Server 2005.

    In SQL Server 2005, an interesting new feature is available is Database snapshots.(Of course it is available on Enterprise Edition only )It is a point-in-time, read-only , Virtual copy of the source database that is a snapshot of a particular source database can be created in a particular time.It is most useful if your database contains ...
    Posted to B Esakkiappan's SQL Thoughts (Weblog) by sureshbarathan on Fri, Feb 1 2008
  • .NET CLR Integration in SQL Server 2005

    Even though there are a lot of different thoughts in using CLR based codes inside SQL Server 2005, this feature of SQL SERVER provides a rich programming environment for both developers and DBAs. As the coding technology is in traditional way (with all of the language features) and integrating that code in a most secured area like SQL Server, ...
    Posted to B Esakkiappan's SQL Thoughts (Weblog) by sureshbarathan on Thu, Jan 31 2008
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems