Forum Replies Created

Viewing 15 posts - 3,436 through 3,450 (of 9,244 total)

  • RE: Physical Server vs. VM Pros & Cons

    Yes really, memory and cpu can be over committed usually without too much problem. If you follow the best practice and avoid over committing then cpu and memory will never...

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

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

  • RE: Physical Server vs. VM Pros & Cons

    the biggest problem with VMs is storage performance which for your DW you'll probably need. Virtual disks are generally good for standard sequential I\O but suck for random I\O. There...

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

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

  • RE: Availability Groups and Failover Cluster Instances

    shahgols (3/21/2014)


    Hi everyone, I'm reading up on Always on and I am confused what is the difference between AlwaysOn Availability Groups and AlwaysOn Failover Cluster Instances. Can you shed...

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

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

  • RE: Moving over from Oracle

    As a dual skilled DBA, i say forget what you know about Oracle. Get the SQL server internals book and give it a good going over multiple times.

    I hear...

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

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

  • RE: Problem logging on to Integration Services

    k.arkenau (3/21/2014)


    Ok, there are two intances running on my system, one standard instance (MSSQL) and one named instance (SAPSQL). What to do then?

    Under the servername parameter put the full instance...

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

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

  • RE: GRANT CONNECT on Endpoint required for availaibity groups?

    pheonix623 (3/20/2014)


    I originally wound it by checking to see why I could not drop the login. I checked for any other using sys.server_permissions.

    Select pm.class_desc,

    ...

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

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

  • RE: transfer logins

    ramyours2003 (3/19/2014)


    i need to transfer only the sql logins from one server to another server with the passwords as well, how can we do it ?

    Which version sql are you...

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

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

  • RE: GRANT CONNECT on Endpoint required for availaibity groups?

    What are you using to ascertain that the login has a grant on the endpoint?

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

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

  • RE: Database Mirroring scenario

    you know now 😉

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

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

  • RE: SQL Connectivity Issue with IP

    do you have a firewall enabled?

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

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

  • RE: Maximum cluster nodes in SQL AlwaysOn

    glugingboulder (3/17/2014)


    Thanks for reply, i understand that part, but what if you have this example.

    10 node windows cluster

    Availability group 1 spans nodes 1 -5.

    Availability group 2 spans nodes 5-10.

    Essentially you...

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

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

  • RE: Database Mirroring scenario

    zedtec (3/19/2014)


    Hi Perry,

    No confusion.....Failover is performed at the principal server isn't it?

    No, not when the principal is dead as you quoted in your scenario above. In this case you would...

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

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

  • RE: Problem logging on to Integration Services

    k.arkenau (3/19/2014)


    Ok, I changed that and added the User to the DCOM User group.

    Nevertheless, the user still cannot logon to the information services.

    Any idea?

    If you used distributed com users...

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

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

  • RE: Database Mirroring scenario

    zedtec (3/18/2014)


    In relation to this, what happens if one of the site's goes down (i.e - the principal site) and automatic failover is not being used (i.e. - there is...

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

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

  • RE: Mirroring and SQL Agent Job on principle

    to add to George, the old principal will become the mirror but the session will be suspended. You will need to manually resume mirroring using

    alter database [yourdb] set partner resume

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

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

Viewing 15 posts - 3,436 through 3,450 (of 9,244 total)