Forum Replies Created

Viewing 15 posts - 2,746 through 2,760 (of 9,241 total)

  • RE: FTP on SQL Server

    enabling FTP also requires the application server features. It's bad practice to host web services on your SQL Server, segregate them always

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

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

  • RE: Can Cluster Index improve Performance?

    Grant Fritchey (11/13/2014)


    First, they run the Database Tuning Advisor and then do everything it says to do without looking at what it said. This leads to lots of indexes that...

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

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

  • RE: FCI and Availability Groups

    TheSQLGuru (11/14/2014)


    Yes, primary is the GOLD MASTER VERSION of the database. You can only have one of those, although it can move locations on failover. That is where...

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

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

  • RE: SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds

    SQL server doesn't tell porky pies, when you get this message it's because an I\O request has taken longer than 15ms. Common with SAN attached disks is storage saturation, but...

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

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

  • RE: 2012 always on and reporting

    Russell.Morgan-813114 (11/14/2014)


    I was referring to AlwaysOn using SQL Server’s existing mirroring technology

    Database mirroring basic concept is exactly similar to AlwaysOn groups, they dont require shared storage.

    Russell.Morgan-813114 (11/14/2014)


    I need a location...

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

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

  • RE: 2012 always on and reporting

    MyDoggieJessie (11/14/2014)


    Russell; I'm looking to implement something similar to this and I'd be very curious to see how you implement this (seems like a great step-by-step article that you could...

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

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

  • RE: 2012 always on and reporting

    Russell.Morgan-813114 (11/14/2014)


    I’m about to set up a lab using a network file share to accommodate the shared storage and build this environment.

    what do you want shared storage for?

    All instances...

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

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

  • RE: SQL 2014 AG Replica to a 2012 Primary

    it's the same principal as mirroring from 2012 to 2014 or Log shipping from 2012 to 2014, it's a one time switch due to the version number increase and database...

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

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

  • RE: SQL 2012 Cluster and Always ON

    yes, you can use sql server clustered instances in an AlwaysOn group

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

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

  • RE: Windows Server 2012 R2 Failover Cluster Question

    it'll try so many times then comply with the default policy which leaves the resources offline rather than just constantly attempting restarts. After the default of one hour restarts will...

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

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

  • RE: FCI and Availability Groups

    don't forget to check out my stairway series here on SSC too

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

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

  • RE: AlwaysON Secondary Full backup?

    ramana3327 (11/13/2014)


    Hi All,

    We are also in the process of migrating to Sql 2014 and setting up always on.

    We are concerning about the normal full backup on Alwayson.

    Correct me if I...

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

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

  • RE: FCI and Availability Groups

    Brandie Tarvin (11/12/2014)


    I'm getting this last bit from MSSQLTips:

    this statement seems in direct contradiction to an article Perry Whittle published on this site.

    If you scroll down the MSSQL Tips article...

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

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

  • RE: Windows Server 2012 R2 Failover Cluster Question

    when the cluster comes back online the first available node will grab the resources.

    If you know you're gioing to have an outage such as that it would be more prudent...

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

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

  • RE: SQL Server Cluster : Backup the quorum drive

    with the current quorum configurations available you ideally wont be using a quorum disk, this is the single point of failure. No need to back up the disk as the...

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

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

Viewing 15 posts - 2,746 through 2,760 (of 9,241 total)