Forum Replies Created

Viewing 15 posts - 6,466 through 6,480 (of 9,244 total)

  • RE: Multiple Databases Mirroring Script Fails

    Lynn Pettis (10/6/2011)


    The key to your problem is the spaces in the database name. You need to surround the name with [], just like you would with column names...

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

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

  • RE: What options are out there when Prod SQL Network and Standby SQL Network names are different and you need to failover quickly

    parissa_bakhshi (10/8/2011)


    Think it's not a real cluster when you have different network names. What was the reason for using different network names for SQL resources? You can install a new...

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

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

  • RE: Change Subnet Mask of Cluster on SQL 2008

    amenjonathan (10/6/2011)


    Is there a way to change the subnet mask of the cluster without dropping and re-adding the IP? I've got the IP properties window open, and the subnet mask...

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

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

  • RE: database is in suspect mode (sql server 2008 R2 version)

    laddu4700 (10/7/2011)


    Hi,

    One of our dev database is in suspect mode, not sure what went wrong.

    Below are the details

    DBCC CHECKDB (My1C_DevMS) WITH NO_INFOMSGS, ALL_ERRORMSGS

    Msg 926, Level 14, State 1, Line...

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

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

  • RE: SQL Log Shipping, A new usage?

    yassermat (10/8/2011)


    Hi

    I am going to describe my requirement first:

    I have a central SQL server which must be synched to other SQL clients. I need a mechanism to synchronize every database...

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

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

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 1

    Well done Mohammed.

    This is article is designed to do exactly what has happened here. You've a deal more now haven't you 😉

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

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

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 1

    You're only showing 1 hard disk attached to the vm, might be worth deleting the virtual machine and starting again.

    What subnet do you have configured for VMNet2?

    Can you ping...

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

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

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 1

    mohammed moinudheen (10/6/2011)


    I added the 20 GB disk but my laptop got very slow

    On a host machine with low resources this is common, creating the pre allocated disk file will...

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

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

  • RE: Best approach

    timscronin (10/5/2011)


    THis is a good one and I have been given 2 days for a solution.

    We have a vendor app which will run a our local and other...

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

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

  • RE: cluster install question

    timscronin (10/5/2011)


    It won't let me use the ip of the cluster, do I need another IP

    yes, and a further unique IP for each extra clustered instance you install.

    See my cluster...

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

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

  • RE: Database Mirroring Question

    the documentation is clear, witness is designed for high safety. When the witness is set quorum is required, loss of quorum causes the principal database to go offline.

    High performance, although...

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

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

  • RE: How to verify the VLF is active or inactive?

    with SQL Server 2000 pretty much the only way to move a file was to detach. With SQL Server 2005 and later the ALTER DATABASE MODIFY FILE solution is in...

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

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

  • RE: Database logs won't shrink

    ok, just remember to monitor the log size and periodically check DBCC LOGINFO() to see the status of the VLFs

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

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

  • RE: Database logs won't shrink

    ruan.keyser (10/5/2011)


    650mb? :pinch:

    The script only returned 2 rows

    so you shrank the log to the smallest available size. Bear in mind this may grow again so you may want to take...

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

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

  • RE: Database logs won't shrink

    ruan.keyser (10/5/2011)


    How would I know if the mirror is in any way behind the principal?

    by the mirroring status synchronised or synchronising, disconnected, etc

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

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

Viewing 15 posts - 6,466 through 6,480 (of 9,244 total)