Forum Replies Created

Viewing 15 posts - 6,676 through 6,690 (of 9,244 total)

  • RE: Mirroriring database went to suspended mode

    verify connectivity between the witness and the mirror and the principal and the mirror.

    You need to get the session resumed as quick as possible as the log will keep on...

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

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

  • RE: Have only one root drive or multiple root drives for Implementing Mount Points

    gmamata7 (9/2/2011)


    1. Can we rename the Mount Points after installing SQL Server?

    already commented on this 😉

    gmamata7 (9/2/2011)


    2. How to get the Free space, used space for Mount Points?

    go into explorer...

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

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

  • RE: Rename the Mount Points

    you need to get the configuration right from the outset otherwise you're setting yourself up for a fall from a great height :exclamationmark:

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

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

  • RE: Misaligned disks but the disk is dynamic with 2 partitions.

    OK, firstly why is the disk dynamic. Personally i think they should be outlawed 🙂

    They're only really useful if you have no hardware RAID system and wish to create a...

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

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

  • RE: sql 2008 mirroring

    praveen.singh (8/31/2011)


    Hi there to everyone, I've implemented mirroring with witness server in our SQl 2008 server. Now the problem to me is that I need to run the Application server...

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

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

  • RE: DBCC in a SSRS step

    This I think is your problem

    SET DatabaseName = db_name(db_id())

    You're setting every single row in your temp table to database name of master (or whatever conext you run the query under)....

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

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

  • RE: number of database data files should equal the number of cores per CPU socket

    gmamata7 (9/1/2011)


    we have the best practice for Optimum performance to have data files as

    number of database data files should equal the number of cores per CPU socket

    you shouldnt blindly...

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

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

  • RE: Have only one root drive or multiple root drives for Implementing Mount Points

    gmamata7 (9/1/2011)


    Method1:

    Have only one root Drive and have all Mounts Points under that drive

    sort of, but i think you are confused with how mount points work. The whole point of...

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

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

  • RE: SQL2k8 -> SQL2k8 R2 Upgrade

    BigSam (9/1/2011)


    I opened Failover Cluster Manager, expanded my cluster - there are 4 points to further expand: Services & Applications, Nodes, Storage & Networks.

    In Services & Applications, right-click SQL...

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

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

  • RE: SQL Server 2005 cluster

    Failover is not just associated to the heartbeat. The Public connection is also taken into account. If the public NIC is not responding communications with Live applications will be unavailable...

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

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

  • RE: Truncate MSDB log shipping tables?

    if the agents don't exist they must have been removed. I personally would attempt to clean them up using the stored procedure.

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

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

  • RE: PK - clustered Index

    SQL Server creates a clustered index by default on the PK, but its not necessarily the best it depends on the design of your tables. Each scenario is different

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

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

  • RE: Moving an Active/Passive cluster to Active/Active

    Jeffrey Williams-493691 (8/31/2011)


    To create a multi-instance cluster, you need to create separate resources for the new instance. That is, you will need an IP address/name, separate disk drives and...

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

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

  • RE: Truncate MSDB log shipping tables?

    have you tried clearing them anyway

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

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

  • RE: log shipping from SQL 2000 to SQL 2008 in order to keep the tow databases in sync

    harita (8/31/2011)


    perry,

    but there are some scripts i guess i saw some people doing it

    If you want to concoct your own scripted LS process that would be viable, either way the...

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

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

Viewing 15 posts - 6,676 through 6,690 (of 9,244 total)