Forum Replies Created

Viewing 15 posts - 7,636 through 7,650 (of 9,241 total)

  • RE: Strategies for keeping a production and D/R environment in sync

    yes, those instructions definitely dont seem to stack up.

    Right click "central managements servers" and select "register central management server"

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

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

  • RE: Strategies for keeping a production and D/R environment in sync

    george sibbald (9/24/2010)


    just been trying out CMS.

    Is it me or are the instructions in MSDN on setting it up inaccurate? I don't get the drop down options as they...

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

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

  • RE: sql server clustering basics clarification request

    SQL* (9/23/2010)


    what exactly the virtual server is?

    It's a virtual machine, this may be either HyperV, Vmware or any other hypervisor. These products allow you to run multiple virtual operating systems...

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

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

  • RE: Strategies for keeping a production and D/R environment in sync

    With each new release of SQL Server, MS are providing the DBA with more tools that are netter equipped. CMS is really starting to become a seasoned tool IMHO!

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

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

  • RE: Strategies for keeping a production and D/R environment in sync

    By using central management server in SQL 2008 you may run multi server script and compare the outputs!

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

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

  • RE: 3 Node Active-Active-Pasive Cluster

    The quorum options have changed with Windows 2008, check out technet for full details

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

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

  • RE: 3 Node Active-Active-Pasive Cluster

    Firstly, a cluster is either active\passive or active\active, thats it

    madler-797963 (9/23/2010)


    So do I need to quorums? How do I get two servers to read from the same quorum?

    The servers...

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

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

  • RE: sql server clustering basics clarification request

    SQL* (9/23/2010)


    hi,

    i'm very new to clustering concepts,

    Two nodes means two physical servers(Yes/No)?

    No, you may also use virtual machines. See my tech article at this link for how to deploy...

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

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

  • RE: Insert into encrypted table

    if you're using cell encryption then you need to call the encryptby or decryptby methods for each insert\select. The app code would need to reflect this

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

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

  • RE: Named Instance Port Problem

    DBAgal (9/22/2010)


    The data source connection looks like this: Data Source=servername,1433\instancename

    That's wrong, it should be

    Data Source=servername,port number

    You configure the port number via SQL Server configuration manager and then use the...

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

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

  • RE: Named Instance Port Problem

    from memory you need port 1434 UDP and TCP. Can you not configure the application with the server name\IP and port number like so

    Myserver, 1933

    or

    192.168.29.28, 1933

    Just open the 1933...

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

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

  • RE: RedGate Removal

    Dude

    don't tackle the registry directly! Try this link from MS

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

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

  • RE: SQL Server 2008 MS DTC

    Halcyon (9/21/2010)


    If you install Microsoft Distributed Transaction Coordinator (MS DTC) in your SQL Server group and you have other resources that are dependent on MS DTC, MS DTC will not...

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

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

  • RE: SQL SERVER 2008 FAILOVER CLUSTERING

    AK1516 (9/21/2010)


    hi folks,

    We have planned for a two node fail over cluster where each nodes should have a instance of sql server 2008 running but with different database on...

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

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

  • RE: Two Cluster environment with one Passive node

    isd83 (9/21/2010)


    We are planning to have two clustering environment, both will be Active/Passive which would require 4 servers. Someone in our group suggested to use the same passive node to...

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

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

Viewing 15 posts - 7,636 through 7,650 (of 9,241 total)