Forum Replies Created

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

  • RE: problem with database mirroring

    Thomas Stringer (6/10/2012)


    Is that port (5024) blocked?

    On the same server, no.

    But it could be in use by either the principal or mirror instance.

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

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

  • RE: DATABASE CRASHED-Urgent Help

    Jai-SQL DBA (6/10/2012)


    Gila lets take a Scenerio :

    There are 3 file groups for My db

    Primary

    Secondary

    Log

    are all talking scenario here or the actual configuration of your database?

    As Gail...

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

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

  • RE: problem with database mirroring

    can you provide a little more detail on your setup?

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

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

  • 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" 😉

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