Forum Replies Created

Viewing 15 posts - 5,476 through 5,490 (of 9,241 total)

  • RE: SQL Single Node Cluster - Name Change

    to change the actual node name uninstall any clustered instances from that node then remove the node from the cluster.

    Rename and reboot and then re join to the cluster, then...

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

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

  • RE: Windows 2008 Cluster - Install SQL

    great, you can also slipstream during setup, see my tutorial at this link[/url] for info on how to do this

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

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

  • RE: Test PC is faster than Server Meachine

    cfradenburg (6/7/2012)


    You should check out Glenn Berry's Diagnostic Queries. The following is pulled from that and provides an easier view of the wait stats:

    -- Clear Wait Stats

    -- DBCC...

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

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

  • RE: Hardware requirements for installing SQL Server 2008 R2 in a 2 node Cluster

    Jpotucek (6/7/2012)


    Sharepoint really should be in it's own Named Instance and I have another application that requires it's own instance because of a special SQL Server collation that it requires.

    That's...

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

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

  • RE: Log Shipping between SQL 2005 and SQL 2012, log restore problem

    Hi

    Run the following against your secondary database and check the column value for "restore_mode".

    exec sp_help_log_shipping_secondary_database

    @secondary_database = 'secondary_database_name'

    To change the secondary database config use

    EXEC master.dbo.sp_change_log_shipping_secondary_database

    @secondary_database = 'secondary_database_name'

    ,...

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

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

  • RE: Low disk space alert

    Where as I just use wmi from a central instance

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

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

  • RE: Low disk space alert

    Yes, SQL 2000 doesn't support mount points anyway so that's fine. You'll need to use xp_fixeddrives to get the free space and disk name

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

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

  • RE: Low disk space alert

    Ah that's ok then, you're running SQL server 2000 on this box?

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

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

  • RE: Low disk space alert

    opc.three (6/6/2012)


    Win32_Volume is not a class on all the servers that I support.

    Which OS\service pack?

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

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

  • RE: Hardware requirements for installing SQL Server 2008 R2 in a 2 node Cluster

    As already mentioned, take this opportunity to ramp up the CPU and RAM.

    Aside from that, would there be any mileage\possibility consolidating the remaining instances?

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

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

  • RE: Low disk space alert

    best way, the way i use, is a WMI command line query, this will catch logical drives and mounted volumes too as it looks at the volume level 😉

    You can...

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

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

  • RE: 2008 Cluster vs Replication or Both?

    Vertigo44 (6/6/2012)


    What would be better for two independent systems to be kept in sync and can they be an active / active configuration without clustering the SQL instance? The...

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

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

  • RE: how to copy sql2005 msdb ssis packages to sql2008 msdb

    Chris Golla (6/6/2012)


    but you can restore your 2005 msdb onto your 2008 sql server overtop the one currently there.

    do not do this!

    the msdb holds information relative to the sql server...

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

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

  • RE: Difference with Cluster on Standard & Enterprise

    Nicholas Cain (6/6/2012)


    Standard edition limits you to a failover pair of nodes (versus up to 16 with Enterprise Edition) and it's not a "hot standby" situation.

    Note, this does not affect...

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

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

  • RE: SQL Server detected a logical consistency-based I/O error:

    charipg (6/6/2012)


    is there any problem if i stop?

    it's hosed already so it won't make an ounce of difference 😉

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

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

Viewing 15 posts - 5,476 through 5,490 (of 9,241 total)