Forum Replies Created

Viewing 15 posts - 6,766 through 6,780 (of 9,244 total)

  • RE: SQL Server 2008 R2-SP1 Installation on Active/Active 2 node cluster

    patch the passive node first, remove the node from the possible owners list on the cluster resources. Install the SP. Add the node back to possible owners list afterwards.

    Once done...

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

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

  • RE: Database Mirroring Port Config.

    Jinu43 (8/16/2011)


    configured security( i already configured security)

    Sorry for the delay replying. I believe you may already have an endpoint configured on the mirror instance that is different to what you...

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

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

  • RE: How to Build a Windows Server 2008 Failover Cluster on Cheap Hardware for a Home Lab

    shew (8/24/2011)


    Does anyone on this forum have experience with building a Windows Server 2008 Failover Cluster on cheap hardware at home?

    Follow my 3 part guide on this site starting at...

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

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

  • RE: Mirroring

    take a look at this article

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

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

  • RE: A stupid question - warm standby database switch back to primary database

    Minaz Amin (8/23/2011)


    Generally standby ( using mirroring or Log shipping ) will be in read only mode.

    A mirror database will only be read mode if you use database snapshots and...

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

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

  • RE: List Collation on database

    Lowell (8/23/2011)


    i don't think the collation is going to affect you at all, you should use the default server collation, you just have to use nvarchar columns everywhere instead of...

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

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

  • RE: release unused diskspace function

    It's consistent, i'll give it that. It's the same in SQL Server 2008 R2 management studio 😀

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

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

  • RE: release unused diskspace function

    i see what is confusing the OP now

    go into the shrink file dialog and select the log file and release ununsed space, then script action to new query window. It...

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

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

  • RE: release unused diskspace function

    GilaMonster (8/23/2011)


    p.s. TruncateOnly on shrink is ignored for log files. It's only a valid option for data files (see BoL)

    good catch Gail i totally missed that bit 🙂

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

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

  • RE: Determine if SQL Server is running on VM

    which hyper visor are you using?

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

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

  • RE: release unused diskspace function

    MarvinTheAndriod (8/23/2011)


    I am shrinking the log file. When scripted out it comes up with the command line:

    DBCC SHRINKFILE (N'HCMPRD88_Data' , 0, TRUNCATEONLY)

    it looks like youre trying to shrink the log...

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

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

  • RE: release unused diskspace function

    MarvinTheAndriod (8/23/2011)


    Perry Whittle (8/23/2011)


    are you referring to the option to release ununsed space in the database shrink dialog?

    Yes this the option, im looking at

    Are you shrinking the database or an...

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

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

  • RE: release unused diskspace function

    are you referring to the option to release ununsed space in the database shrink dialog?

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

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

  • RE: sql server agent

    check the Windows application event log for messages

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

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

  • RE: will sql job still run after I log off remote desktop

    yes, terminal services does not affect sql server agent jobs

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

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

Viewing 15 posts - 6,766 through 6,780 (of 9,244 total)