Browse by Tags

All Tags » high availability
Showing page 1 of 2 (11 total posts)
  • Some things don't change - DB Snapshots & Backups of Snapshots

    Again, I wanted to blog about something that still does not change between 2005 and 2008. At a recent conference, there were some great questions/ideas that should make it to Connect if they haven't already. When DB Snapshots were first introduced, one of the questions that I always heard was ''Can I perform a Backup on the ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on May 8, 2008
  • Some things don't change - Partitioning

    After spending the past couple of weeks at the MVP Summit in Seattle and at SQL Connections in Orlando, I thought I should blog about things that do not change in 2008 (at least partially). One of the reason s to partition your tables is to make it more managable.  Although there has been some enhancements in the manner that partitions are ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on April 28, 2008
  • No More HCL - in 2008

    The old Hardware Compatibility List which was renamed the ''Windows Catalog'' is no more.  When creating a Clustered Solution, you need to have a system that is Certified for clustering or there will be no official support.  This has been a point of pain in the past as organizations purchased a clustered solution and then one of the ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on December 20, 2007
  • Compression in DB Mirroring

    When you start to look at SQL Server 2008, there is a sub-theme of using compression to help drive performance and usefulness.  When I hear the word compression, my first thought is ''No - I remember Stacker''.  How many years ago was that obscure reference?  Too many...  Stacker was a third party product for MS-DOS which ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on November 20, 2007
  • Who's got your DB's back?

    While I was reviewing one of the sessions from the PASS Community Summit using the streaming media on some new things in SQL Server 2008, I stumbled across a new reason to mirror.  The primary reason to mirror of course is availability and to give DBAs that warm fuzzy feeling that another up-to-date (or almost up-to-date if using Async mode) ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on November 10, 2007
  • Number of databases limit for Database Mirroring within X64 environment?

    We have had a request from one of the solutions company stating they have to mirror 15 SQL Servers that are dispersed across the European locations to a central location. For this they have deployed the X64 environment for operating system and SQL Server application too. So now the question is will there be any limit on the number of databases to ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on August 30, 2007
  • Data Protection and Disaster Recovery Tips

    How to protect and secure data in the event of a disaster? It's not possible to anticipate every possible disaster your organization may encounter, but you don't have to. Discover a wealth of information about how to protect and secure your data in the event of a disaster. You may not be able to predict the exact details of a disaster, but you ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on August 28, 2007
  • How to rebuild or move a MSDTC installation to be used with a SQL failover cluster

    The following pages were recently modified. Source: Knowledge Base Product: Microsoft SQL Server 2005 Standard Edition & SQL Server 2005 Enterprise Edition Notification Contents: New and All Modifications How to rebuild or move a MSDTC installation to be used with a SQL failover cluster http://support.microsoft.com/kb/294209/en-US...(read more)
    Posted to SQL Server Aggregator (Weblog) by Anonymous on August 22, 2007
  • [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). [ODBC SQL Server Driver][DBNETLIB]Specified SQL server not found

    --------------------------- Microsoft SQL Server Login --------------------------- Connection failed: SQLState: '01000' SQL Server Error: 11004 [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). Connection failed: SQLState: '08001' SQL Server Error: 6 [Microsoft][ODBC SQL Server Driver][DBNETLIB]Specified SQL server not ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on August 22, 2007
  • Get basic Database Mirroring information- principal or mirror

    SELECT DB_NAME(database_id) AS 'DatabaseName' , mirroring_role_desc , mirroring_safety_level_desc , mirroring_state_desc , mirroring_safety_sequence , mirroring_role_sequence , mirroring_partner_instance , mirroring_witness_name , mirroring_witness_state_desc , mirroring_failover_lsn FROM sys.database_mirroring WHERE mirroring_guid IS NOT NULL; ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on August 20, 2007
1 2 Next >