基于sqlserver数据库日志的信息源监测方法的研究与实现c8i500bc.docVIP

  • 10
  • 0
  • 约1.81万字
  • 约 37页
  • 2018-09-11 发布于湖北
  • 举报

基于sqlserver数据库日志的信息源监测方法的研究与实现c8i500bc.doc

基于sqlserver数据库日志的信息源监测方法的研究与实现c8i500bc

基于SQL Server数据库日志的信息源监测方法的研究与实现 摘 要 在信息爆炸的今天,如何及时地、高效地从分布、自治和异质的多个远程信 息源集成需要的信息到客户端变得越来越重要。数据集成技术正是为了解决这一 课题而提出的一种有效方法。 一般数据集成系统主要由监视智能代理和集成器两部分组成。而监视智能代 理要做的第一件事情就是能够有效地监测到信息源的数据变化。其监测方法有多 种,其中一种高效的方法就是通过分析日志文件来进行监测。本课题就是研究和 实现这种监测方法。 本文的主要工作是对 SQL Server数据库的信息源日志进行研究,通过从 SQL Server 数据库外部读取和分析其事务日志,实现对该数据库的更新检测。因而, 本文的具体的研究工作包括下面几点: 1、分析 SQL Server 数据库事务日志的原理及构架。 2、分析 SQL Server 数据库事务日志的读取方式。 3、通过阐述 SQL Server 数据库表的内部数据存储形式和数据页的结构,分 析各种类型的事务日志,从而得到变化数据。 关键字:数据集成,事务日志,SQL Server 数据库,更新检测IAbstract How to integrate information real-timely and effectively from diverse information sources becomes more and more important at information explosive timesData integration technique is an efficient way to solve this problemData integration system includes monitoring intelligent agent and integrator. The first thing, the monitoring intelligent agent must do, is effective capturing the changes made to SQL Server data sources. There are a number of methods to capture changed data of information source. TLogTransaction Log file analyzing is one of the most effective methods. The method is studied and implemented in this paperThrough reading and analyzing the TLog file of SQL Server database, we realize the process of effectively capturing the changes made to SQL Server data sourcesOur study includes the following items: Firstly, we analyze both the principle and the structure of TLog fileSecondly, we analyze the method of reading TLog Thirdly, through expatiating the form of internal data storage of table and the structure of data page, we analyze all kinds of TLog in order to capture changed data Keywords: data integration, transaction log, SQL Server database, change data capture II目 录 摘 要I AbstractII 目 录III 第一章 绪 论1 1.1 课题背景及来源..1 1.2 相关研究工作2 1.3 本文研究工作和意义5 1.4 论文安排..6 第二章 信息源监视代理中的更新检测方法.7 2.1 信息源监视代理机制介绍.7 2.1.1 信息源监视代理系统结构..7 2.1.2 监视代理中的更新检测过程.8 2.2 信息源监视代理中的更新检测方法.10 2.2.1 基于日志的数据源检测方法..11 2.2.2 基于快照差分

文档评论(0)

1亿VIP精品文档

相关文档