Forum Replies Created

Viewing 15 posts - 5,446 through 5,460 (of 9,244 total)

  • RE: SQL Server Standard and 4 node cluster

    Roust_m (6/19/2012)


    Just to save on licences. I spoke to Microsoft licencing specialist and he told me that as long as you set affinity to certain CPUs for both EE...

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

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

  • RE: SQL Server Standard and 4 node cluster

    Roust_m (6/18/2012)


    but since Standard Edition only supports two node cluster, would it still be possible to install it on a four node cluster and just limit Standard Edition instaces by...

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

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

  • RE: DBCC SHRINKFile not working

    Check the status of your mirror sesion firstly, log records that have not been transferred cannot be truncated and often cause the log to grow wildly.

    Also check the status of...

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

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

  • RE: Master database corruption

    Ratheesh.K.Nair (6/18/2012)


    Hi Achtang,

    Again you have to restore the new master with your master backup file otherwise it wont read your user databases it will all greyed as ur new master...

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

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

  • RE: SQL 2008 R2 Cluster (Active/Active)

    You should definitely be looking to consolidate here where possible.

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

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

  • RE: Latest Service Packs for SQL Server 2008 and SQL Server 2008 Release 2?

    kevinsql7 (6/15/2012)


    What are the latest Service Packs for SQL Server 2008 and SQL Server 2008 Release 2? And if I apply the latest SPs do I need to apply any...

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

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

  • RE: SQL 2008 R2 Cluster (Active/Active)

    kylemkr85 (6/15/2012)


    Hello,

    I have a question regarding an ACTIVE/ACTIVE Cluster enviornment using SQL Server 2008 R2. We have several instances of SQL which we currently need to migrate from SQL 2005...

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

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

  • RE: Probloem in configuring log shipping

    ganeshkumar005 (6/13/2012)


    Log shipping experts - pl help.

    After feeding all the things in log shipping configuration monitor, what I get is Alert job and log backup job created on Primary but...

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

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

  • RE: Creating a Linked Server to DMZ server

    Laura Schmalzbauer (6/15/2012)


    ok thank you for the replies. This confirms my suspicions.

    it's also vital to get the server name correct in the linked server. You may even have ports...

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

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

  • RE: sql server name issue

    check the application event log for further sql server startup error messages and post them back

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

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

  • RE: Creating a Linked Server to DMZ server

    You'll need to ensure any ports are open and also, since the servername SERVER=xxx.xx.xx.xxx won't exist or be resolvable, when creating the linked server change this code portion

    @datasrc='SERVER=xxx.xx.xx.xxx'

    To this

    @datasrc='xxx.xxx.xxx.xxx'

    or this

    @datasrc='myservername'

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

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

  • RE: Log shipping restore job

    deep_kkumar (6/13/2012)


    backup job and copy job working fine. But there's a huge delay in restore job.

    If the retention period is set to 12 hrs on the copied files. If...

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

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

  • RE: Is Oracle DBA is nore harder than SQL DBA

    I work with Oracle and SQL server databases, the biggest unknown usually comes when the Oracle instance is running on Unix. Unix servers can be difficult to master and that...

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

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

  • RE: Data allocation in datafiles

    OLDCHAPPY (6/15/2012)


    a vendor has implemented a change to their db structure to split the database (700GB) into multiple datafiles (8) which we have now placed on 2 separate SAN disks...

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

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

  • RE: SQL Single Node Cluster - Name Change

    based on this......

    SQLSACT (6/12/2012)


    This is where we are

    Forget about Server3 - Doesn't exist

    We have a 2 Node Cluster with servers Server1 & Server2

    In a different geographic location (on the same...

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

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

Viewing 15 posts - 5,446 through 5,460 (of 9,244 total)