Forum Replies Created

Viewing 15 posts - 4,186 through 4,200 (of 9,244 total)

  • RE: Can you move a table to new Filegroup/File without removing PK?

    Does the PK have a clustered index upon it at present?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2012 AG/FCI Failover

    yes but i'm assuming you'll have other databases that are not part of the AO group or even other instances that may use DTC, if you don't then don't worry....

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2012 AG/FCI Failover

    SQLSACT (4/16/2013)


    Because Node1 has SQL installed as nonclustered, is it safe to say that it's not absolutely necessay to share DTC across all 3 nodes.

    yes you could argue that....

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2012 AG/FCI Failover

    SQLSACT (4/16/2013)


    By this do you mean it's not part of the storage allocated to the clustered instance of SQL Server?

    Yep, MSDTC has absolutely nothing to do with SQL Server,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2012 AG/FCI Failover

    SQLSACT (4/16/2013)


    Nope - All Servers are in the same DC

    DC?

    SQLSACT (4/16/2013)


    Would it make a difference if it was spanned across multiple sites?

    It's a consideration, yes.

    SQLSACT (4/16/2013)


    Doesn't this take away from...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2012 AG/FCI Failover

    SQLSACT (4/16/2013)


    Hi All

    My Setup:

    >> 3 Servers (Node1-Node2-Node3) all part of the same Cluster "Cluster1"

    >> SQL installed as clustered on Node2 & Node3, producing "SQLCluster"

    >> SQL installed as nonclustered on Node1,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Comparing column data in 2 tables with the same schema containing 1.5 billion records

    JayK (4/15/2013)


    Hi Perry,

    Thanks for getting back - in reality I just need to check that data in a single column is the same for each matching PK in the 2...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Reinitialize log shipping in sql server 2008 R2 after activate Secondary server DB

    tsdsuresh (4/15/2013)


    Hi All,

    I have set up logshipping between server A (Primary) and server B (Secondary), and tested log shipping by activate database from server B ( Stop the log...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Shrinking Database or File not Reclaiming unused space

    check results of the following query both before and after the drop

    SELECTOBJECT_NAME(i.object_id) AS TableName

    , ISNULL(i.name, 'HEAP') AS IndexName

    , i.index_id as IndexID

    , i.type_desc AS IndexType

    , p.partition_number AS PartitionNo

    , p.rows AS NumRows

    ,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Shrinking Database or File not Reclaiming unused space

    Interesting one this, there is a known issue around the removal of LOB data in sql server. Dropped LOB data is not removed immediately, there is a ghost process that...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Windows or Database Clustering?

    A well formed Windows cluster is a pre requisite for a clustered sql server instance.

    First you must cluster the Windows operating system on the computer nodes. Once this is done...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server Port Number Assignments - How To Determine What Number To Use

    In the folder

    C:\Windows\System32\Drivers\etc

    You'll find the HOSTS file here and also one titled SERVICES. Open the SERVICES file and it contains details of ports already assigned to services on the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: MS-SQL failover instance did not start after a planned failover/hotfix installation.

    sql-lover (4/15/2013)


    I tried to start manually and failed like 2 more times. I checked Windows and SQL errors without an actual indicator of the problem, just saying the node...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: pre requisities to install cluster

    ramyours2003 (4/15/2013)


    What are the pre requisites to install cluster in sql 2008

    Windows 2003 or Windows 2008?

    Main pre reqs are

    • functioning Windows domain
    • functioning DNS resolution
    • sufficient shared storage
    • available network name and IP resources
    • functional...

      -----------------------------------------------------------------------------------------------------------

      "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: DBCC CHECKDB Failing

    pete_20 (4/14/2013)


    Hi,

    We are running DBCC CHECKDB WITH ALL_ERRORMSGS.

    After couple of minutes, the execution fails, sql service crashes and we get the following error:

    Msg 64, Level 20, State 0, Line 0

    A...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Viewing 15 posts - 4,186 through 4,200 (of 9,244 total)