+ Reply to Thread
Results 1 to 6 of 6

Thread: Upgrades & Migration

  1. #1
    Internet Marketing and Consulting Admin's Avatar
    Join Date
    Jun 2004
    Location
    Sewell, NJ
    Posts
    27,378
    Boat
    33' Hydra Sport - Triple 275 Mercury Verado
    Home Port
    Cape May, NJ
    Best Catch
    Whats Fishing?
    Occupation
    Internet

    Upgrades & Migration

    We are currently upgrading & migrating the video section database and setting up SQL replication with our slave servers;

    Expect sporadic outages between 2 A.M. EST - 4 A.M. EST



    Thank you





  2. #2
    www.easterntackle.com Sea Draggin's Avatar
    Join Date
    Feb 2005
    Location
    Ga
    Posts
    6,629
    Best Catch
    The next bite on a jig.
    Hey Bubba,
    I got that FTP program downloaded and installed and couldn't get any farther with it. I hit a wall for some reason. You've got my numbers.

  3. #3
    Nappy Haired Tackle Ho gradywhite273's Avatar
    Join Date
    Aug 2006
    Location
    on the putting green
    Posts
    6,127
    Boat
    hijacked by somali pirate
    Home Port
    the pond on the 4th hole
    Best Catch
    " marlin" my dog
    Occupation
    getting even
    yes and the ying and yang, and the dohickey with the thingamabobber. speak english admin

  4. #4
    I think Admin is going to let me have this space Proheat's Avatar
    Join Date
    Mar 2005
    Location
    Boyertown, Pa/ Indian River Delaware
    Posts
    3,984
    Occupation
    HVAC
    Quote Originally Posted by gradywhite273 View Post
    yes and the ying and yang, and the dohickey with the thingamabobber. speak english admin
    He's starting to talk Flatonese!!!

  5. #5
    Fish the Edge
    Team Sportfishermen.com
    flatbottom's Avatar
    Join Date
    Sep 2005
    Location
    Bear, DE
    Posts
    8,245
    Boat
    232 center console
    Home Port
    Indian River, De
    Best Catch
    off the shot gun
    Occupation
    jackleg
    okie dokie here is the short explanation

    copy and paste because I have know idea what I read

    and I am sure the person who posted this is in the same boat as us

    as follows, clear as muddy coffee



    SQL Server replication allows database administrators to distribute data to various servers throughout an organization. You may wish to implement replication in your organization for a number of reasons, such as:
    • Load balancing. Replication allows you to disseminate your data to a number of servers and then distribute the query load among those servers.
    • Offline processing. You may wish to manipulate data from your database on a machine that is not always connected to the network.
    • Redundancy. Replication allows you to build a fail-over database server that’s ready to pick up the processing load at a moment’s notice.
    In any replication scenario, there are two main components:
    • Publishers have data to offer to other servers. Any given replication scheme may have one or more publishers.
    • Subscribers are database servers that wish to receive updates from the Publisher when data is modified.
    There’s nothing preventing a single system from acting in both of these capacities. In fact, this is often done in large-scale distributed database systems. Microsoft SQL Server supports three types of database replication. This article provides a brief introduction to each of these models, while future articles will explore them in further detail. They are:
    • Snapshot replication acts in the manner its name implies. The publisher simply takes a snapshot of the entire replicated database and shares it with the subscribers. Of course, this is a very time and resource-intensive process. For this reason, most administrators don’t use snapshot replication on a recurring basis for databases that change frequently. There are two scenarios where snapshot replication is commonly used. First, it is used for databases that rarely change. Second, it is used to set a baseline to establish replication between systems while future updates are propagated using transactional or merge replication.
    • Transactional replication offers a more flexible solution for databases that change on a regular basis. With transactional replication, the replication agent monitors the publisher for changes to the database and transmits those changes to the subscribers. This transmission can take place immediately or on a periodic basis.
    • Merge replication allows the publisher and subscriber to independently make changes to the database. Both entities can work without an active network connection. When they are reconnected, the merge replication agent checks for changes on both sets of data and modifies each database accordingly. If changes conflict with each other, it uses a predefined conflict resolution algorithm to determine the appropriate data. Merge replication is commonly used by laptop users and others who can not be constantly connected to the publisher.
    Each one of these replication techniques serves a useful purpose and is well-suited to particular database scenarios.

    If you're working with SQL Server 2005, you'll need to choose your edition based upon your replication needs. Each edition has differing capabilities:
    • Express Edition has extremely limited replication capabilities. It's able to act as a replication client only.
    • Workgroup Edition adds limited publishing capabilities. It's able to serve five clients using transactional replication and up to 25 clients usin merge replication. It can also act as a replication client.
    • Standard Edition has full, unlimited replication capabilities with other SQL Server databases.
    • Enterprise Edition adds a powerful tool for those operating in mixed database environments -- it's capable of replication with Oracle databases
    As you've undoubtedly recognized by this point, SQL Server's replication capabilities offer database administrators a powerful tool for managing and scaling databases in an enterprise environment.

  6. #6
    Got fish
    Join Date
    Apr 2008
    Location
    boston
    Posts
    195
    Boat
    not mine
    Home Port
    Duxbury
    Best Catch
    80lb bigeye
    Stop it Flatbottom,you're making my head hurt!

+ Reply to Thread
Buy GoPro HERO Camera at GoPro.com



Content Relevant URLs by vBSEO 3.6.0 PL2