Forum Replies Created

Viewing 15 posts - 3,901 through 3,915 (of 9,244 total)

  • RE: Add third node sql cluster

    muthukkumaran Kaliyamoorthy (11/8/2013)


    I did some online searching. Here is the step I have to perform. Am I missing anything.

    > Need a Shared disk

    > Need a Third server/node

    > create a new...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Add third node sql cluster

    muthukkumaran Kaliyamoorthy (11/7/2013)


    Thanks Perry Whittle. I understand that, i need to run the wizard on passive node/server or do i need one more server for the third instance.

    No, you dont...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Suggest a port other then default

    anoop.mig29 (11/7/2013)


    Perry Whittle (11/6/2013)


    A port in the high end range is usually good, say 50000 - 60000.

    Where firewalls are in place and you wish to connect via the instance name...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Add third node sql cluster

    muthukkumaran Kaliyamoorthy (11/7/2013)


    I have a 2 node cluster (2-physical servers) β€œinstance1” is passive for β€œinstance2” & β€œinstance2” is passive for "instance1" vice versa.

    I want to add/install 3rd SQL β€œinstance3”....

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SqlServer 2008 cluster adding RAW disks VMWARE

    you can use a single one, it's probably easier to store the mapping files with the VM. I have done this in the past.

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Capture_Login_Auths

    If your procedure only accepts a scalar value why are you dumping the value provided to the sp into a cursor looping through sys.database_principals??

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Suggest a port other then default

    A port in the high end range is usually good, say 50000 - 60000.

    Where firewalls are in place and you wish to connect via the instance name you'll need the...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Issue with Logshipping

    You must grant share permissions on the share itself and ntfs permissions on the folders\files. Where the 2 combine the most restrictive applies, this is the default when creating a...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Minimum permission to run exec sp_helpsrvrolemember

    yes i see what you mean, the following shows correctly the server role members but probably shouldnt be granted to ordinary users

    grant VIEW ANY DEFINITION TO [youruser]

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Logshipping to another server with different drive names

    durai nagarajan (11/4/2013)


    Thanks for you reply

    Are there no other alternative to this.

    You could use a manual log backup instead of a differential and restore WITH NORECOVERY, MOVE.

    The easiest option...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: What is Default Locking level in SQL Server 2008 or 2008 R2?

    assuming you havent disabled row or page locks on the index it would generally start with a row lock but as Gail said it depends on how much data is...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Minimum permission to run exec sp_helpsrvrolemember

    it's detailed in Books online and requires membership of the Public role

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: DB Roles

    Krishna1 (11/4/2013)


    Dear All

    Need to create 3 users, please guide what roles to selected for these users

    1. User who can run DDL commands

    2. User who can excute procedures/views/triggers, view/add/delete/modify data

    3....

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Suggest a port other then default

    query the file C:\windows\system32\drivers\etc\services and find a free port. perform a netstat -n to confirm that no other service on the machine is listening on that port.

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Logshipping to another server with different drive names

    this is a common problem that is encountered with log shipping and mirroring when the servers are using disparate drives\paths.

    Best way is to

    • disable the LSbackup job
    • run the LSCopy and...

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

      "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

    Viewing 15 posts - 3,901 through 3,915 (of 9,244 total)