70-431



Microsoft and 70-431 and MCTS

Free Practice Test for MCTS: 70-431 Exam

Preplogic is providing a free demo test containing 10 questions for MCTS: SQL Server 2005 Implementation and Maintenance exam 70-431. This exam is meant for those professionals who want to pursue their career as database administrators, database developers or business intelligence developers.

The PrepLogic’s practice test for exam 70-431 is divided into two test modes, i.e. Simulation exam and Learning mode. The test mode is supplemented with correct answer explanations so that you can clarify your doubts. You can also customize your practice test by setting the time limit and deciding on the number of questions you want for your test.

To download the test, visit exam 70-431  page on the PrepLogic Web site.

Jan 07 2008 03:31 am | No Comments »


Microsoft and 70-431 and MCTS and Article

Replication: Article for SQL Server 2005 Exam 70-431 from uCertify.

This free article is provided by uCertify that will help you in your preparation for exam 70-431, which is required for MCTS: SQL Server 2005 certification.

Replication

Replication is a process that copies and distributes data and database objects from one database to another and then synchronizes information between the databases for consistency. SQL Server 2000 replication is a set of solutions that allow the copying, distribution, and modification of data across an enterprise. SQL Server 2000 includes several methods and options for replication design, implementation, monitoring, and administration that provide the functionality and flexibility needed for distributing data and maintaining data consistency.

Replication can be used to distribute data to different locations and to remote or mobile users over a local area network, a dial-up connection, and the Internet. Replication can also be used to enhance application performance, physically separate data based on how it is used (e.g., to separate online transaction processing (OLTP) and decision support systems), or distribute database processing across multiple servers.

Replication provides several benefits depending on the type of replication and the options chosen. However, the most common benefit that replication provides is the availability of data when and where it is needed. Replication allows multiple sites to keep copies of the same data. This is useful when multiple sites need to read the same data or need separate servers for reporting applications.

Replication also allows users to work with copies of data while disconnected from the database and to later propagate the changes made to other databases when they get connected. Replication can also be used as a choice for standby server strategy.

Replication Model

SQL Server 2000 replication uses a publishing industry metaphor to represent the components and processes involved in a replication topology. The replication model is composed of the following components:

  1. PublisherThe Publisher is a server that makes data available for replication to other servers. The Publisher can have one or more publications, each of which represents a logically related set of data. It detects which data has changed during transactional replication and maintains information about all publications at the site.
  2. DistributorThe Distributor is a server that hosts the distribution database and stores history data, and/or transactions and meta data. The Distributor can perform different tasks depending on which type of replication has been implemented.The Distributor can be a local Distributor or a remote Distributor. A local Distributor is a server that is configured to be both a Publisher and a Distributor of replication. However, a remote Distributor is a server that is separate from the Publisher and is configured as a Distributor of replication.
  3. SubscribersSubscribers are servers that receive the replicated data. Subscribers subscribe to publications, not to individual articles within a publication. Also, they subscribe only to the required publications, not all of the publications available on the Publisher. Depending on the type of replication and replication options chosen, the Subscriber can propagate data changes back to the Publisher or republish the data to other Subscribers.
  4. PublicationA publication is a collection of one or more articles from a database. Grouping multiple articles together makes it easier to specify a logically related set of data and database objects that need to be replicated together.
  5. ArticleAn article is a table, a partition of a table, or a database object that is specified for replication. An article can be an entire table, certain columns of the table (using a vertical filter), certain rows of the table (using a horizontal filter), a stored procedure or view definition, the execution of a stored procedure, a view, an indexed view, or a user-defined function.
  6. SubscriptionA subscription is a request for a copy of data or database objects that are to be replicated. A subscription defines what publication will be received, where, and when. Synchronization or distribution of a subscription can be requested either by the Publisher (a push subscription) or by the Subscriber (a pull subscription). Push and pull subscriptions are the two types of subscription. A push subscription is a subscription created and administered at the Publisher. A pull subscription is a subscription created and administered at the Subscriber. A publication can support a mixture of push and pull subscriptions.

Types of Replication

SQL Server 2000 supports the following three types of replication:

  1. Snapshot ReplicationSnapshot replication is the process of copying and distributing data and database objects exactly as they appear at a point in time. As changes made to the published data are not propagated to the Subscriber incrementally, snapshot replication does not require continuous monitoring of data changes. In snapshot replication, Subscribers are updated with a completely refreshed data set and not individual transactions. Since snapshot replication replicates an entire data set at a time, it takes a long time to propagate data changes to Subscribers. Snapshot publications are typically replicated less frequently than other types of publications.Options available with the snapshot replication allow the filtering of published data and the transformation of data as it is published. They also allow the Subscribers to make modifications to the replicated data and propagate the changes to the Publisher and other Subscribers.

    Snapshot replication is used when:

    • Data is mostly static and changes rarely.
    • It is acceptable to have copies of data that are obsolete for a period of time.
    • Replicating small volumes of data.
    • Sites are mostly disconnected and high latency (the amount of time between when data is updated at one site and when it is updated at another) is acceptable.
  2. Transactional ReplicationIn transactional replication, an initial snapshot of data is propagated to Subscribers, and when data changes are made at the Publisher, the individual transactions are replicated and propagated to the Subscribers.In transactional replication, a primary key is required because each transaction is replicated individually. SQL Server 2000 stores the transactions affecting replicated objects and propagates the changes to the Subscribers continuously or at scheduled intervals.

    Transactional replication is typically used when:

    • Data modifications need to be propagated to Subscribers often within seconds of when they occur.
    • The transactions need to be atomic (either all or none applied at the Subscriber).
    • Subscribers are mostly connected to the Publisher.
    • High latency is not acceptable.
  3. Merge ReplicationMerge replication allows various sites to work independently (online or offline) and merge data modifications made at multiple sites into a single, uniform result later on. The initial snapshot is applied to Subscribers and SQL Server 2000 tracks changes made to the published data at the Publisher and at the Subscribers. The data is synchronized between Publisher and the Subscribers either at a scheduled time or when demanded.The data to be replicated are updated independently (i.e., without no commit protocol) at multiple servers. As a result, the same data may have been updated by the Publisher or by more than one Subscriber. Therefore, conflicts may occur when data modifications are merged.

    Merge replication includes default and custom choices for conflict resolution that can be defined while configuring a merge publication. When a conflict occurs, the Merge Agent invokes a resolver to determine which data will be accepted and propagated to other sites.

    Merge replication provides options for filtering published data horizontally and vertically, including dynamic filters and join filters, using alternate synchronization partners, optimizing synchronization to improve merge performance, validating replicated data to ensure synchronization, and using attachable subscription databases.

    Merge replication is useful when:

    • Multiple Subscribers need to update data at different times and propagate the changes to the Publisher and to other Subscribers.
    • Subscribers need to receive data, make changes offline, and synchronize changes later with the Publisher and other Subscribers.
    • The application latency requirement is either high or low.
    • Site autonomy is critical.

For detailed information visit http://www.ucertify.com to excel your preparation for exam 70-431 and other Microsoft Certification exams.

Sep 08 2007 09:50 am | No Comments »


Simulation test and 70-431 and MCTS

Free Practice Test for Microsoft MCTS Exam 70-431 from Certificationtutorials.com

Certificationtutorials.com is providing free demo test containing 9 questions for Microsoft SQL Server 2005 Implementation exam 70-431. The free demo version is available at this link. Explanations to the correct as well as incorrect answers are also provided.

Note: free registration is required.

May 28 2007 05:07 am | No Comments »


Simulation test and Microsoft and 70-431 and MCITP

Free Practice Test for MCITP Database Developer Exam 70-431 from Preplogic

Preplogic is providing free demo test containing 10 questions for Microsoft SQL Server 2005 Exam 70-431. The practice test is divided into two testing modes namely Simulation exam and Learning mode. Each testing mode is supplemented with correct answer explanations. To download the test, click here.

Note: Free registration is required with valid information to access the test.

Apr 19 2007 09:55 am | No Comments »


70-431 and MCTS and Study guide

Free Study Guide for MCTS SQL Server 2005 vs Exam 70-431 from Cram Session

Cramsession is providing free study guide for MCTS SQL Server 2005 Exam 70-431. This study guide is available at this link.

Mar 31 2007 04:57 am | No Comments »

Next Page »