Forum Replies Created

Viewing 15 posts - 4,246 through 4,260 (of 9,241 total)

  • RE: Question regarding Log issues with Mirroring database.

    SQLCrazyCertified (3/15/2013)


    GilaMonster (3/15/2013)


    Exactly what it says, all logical log files are in use, so there are no empty ones. No empty VLFs = no shrink.

    Check log_reuse_wait_desc in sys.databases for why...

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

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

  • RE: Log shipping configuration

    pradeep.mohan (3/15/2013)


    Hi,

    I configured log shipping based on server host name in both production and DR server and its working fine. Now our company decided to change server IP's for both...

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

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

  • RE: Backup databases depending on the size to multiple files

    why do you feel the need to backup to multiple files, do you have multiple backup devices?

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

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

  • RE: List all tables and their respective information.

    No problem, mine doesn't give object schema but that would be easy to obtain by joining to the sys.schemas catalog.

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

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

  • RE: List all tables and their respective information.

    I prefer mine below

    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

    , au.type_desc AS InType

    , au.total_pages AS NumPages

    , au.total_pages *...

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

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

  • RE: Differential Backup Blocking Trans Log Backup

    Is it a custom script, can you post details of what it does?

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

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

  • RE: Disk configuration

    Aside what Kevin has said, what size are the 12 x SAS drives?

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

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

  • RE: Differential Backup Blocking Trans Log Backup

    is there anything else that your backup does apart from backing up the database?

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

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

  • RE: SQL Installation on Windows 2008

    muthyala_51 (3/9/2013)


    Perry,

    One more doubt on the cluster setting? Do we have to go with the default node majority or node and disk majority as we will be adding the second...

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

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

  • RE: SQL Installation on Windows 2008

    muthyala_51 (3/8/2013)


    So we are planning to install the failover cluster on single node and add the other node when it's available. Will there be any issues ?

    Apart from the fact...

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

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

  • RE: How to stop SQL services on both cluster node without failover

    BuntyBoy (3/5/2013)


    you need to freeze the cluster to do this task

    Only if using veritas cluster server, wsfc does not have a freeze action

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

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

  • RE: dbmirrroring

    sej2008 (3/4/2013)


    when I create mirror endpoint I define the port number in it now if only one

    endpoint allowed per instance then how can i use different port number for...

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

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

  • RE: dbmirrroring

    If you're mirrirong between instances on the same server you cannot use the same port number, the port number must be different.

    With regards to an endpoint it is instance wide...

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

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

  • RE: Installation Error: Volume does not belong to the cluster group

    can you provide more info on the cluster disk setups please

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

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

  • RE: Patching 2 of 6 instances on 3 node (AAA) SQL 2008 R2 Cluster

    You don't have to reboot there and then just defer it until you get the opportunity to reboot

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

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

Viewing 15 posts - 4,246 through 4,260 (of 9,241 total)