Forum Replies Created

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

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

  • RE: Truncate MSDB log shipping tables?

    Adrian Smith-294236 (9/1/2011)


    I have a maintenance plan that deletes backup histories

    That wont cleanup the LS agent histories. The following stored procedure is used to cleanup agent history based on the...

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

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

  • RE: Truncate MSDB log shipping tables?

    what steps are you taking to prune history?

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

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

  • RE: SQL2k8 -> SQL2k8 R2 Upgrade

    BigSam (8/31/2011)


    I'm upgrading SQL2k8 to SQL2k8 R2 in a 2-node cluster. The servers are running W2k8 Ent.

    I followed the information in Microsft's guide

    http://msdn.microsoft.com/en-us/library/ms191295.aspx

    I've upgraded the passive node to R2, but...

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

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

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