网站大量收购独家精品文档,联系QQ:2885784924

B人事管理系统的设计与实现 翻译.doc

  1. 1、本文档共12页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
B人事管理系统的设计与实现 翻译

( 本文源码索取,请联系qq: 二 〇 一 〇 年 六 月 Pro SQL Server2008 XML SQL Server 2008’s native XML manipulation and querying facilities are particularly usefulin the following situations: ? You want to manipulate or share XML data while taking advantage of SQL Server’stransactional capabilities. ? You want to take advantage of SQL Server’s administrative functionality to back up,recover, or replicate your XML data. ? You need to ensure that your server-side XML data is valid and well-formed. ? You want your XML and relational data to interoperate. ? You want to take advantage of SQL Server’s XQuery and XPath capabilities. ? You want to optimize your queries of XML data using indexes and SQL Server’s query optimizer. XML is a particularly good choice as a communication format for loosely coupled systemsor when trying to make legacy systems communicate with modern servers. It’s also an excellentchoice when storing data for applications that lend themselves to using data in a marked-upformat, such as document management and presentation applications. Modeling semistructured data in an ad hoc fashion also lends itself well to using XML. There are many standard applications for XML already defined in almost every industry, so XML is often an excellent choice when standard communication formats and data sharing are high priorities.Whether, and when, to use XML is the subject of much debate among SQL Server professionals.There are situations where XML is not the best tool for the job, including the following: ? Your data is highly structured and dense (non-sparse). ? Order is unimportant to your data. ? You do not want to query data based on its structure. ? Your data is best represented using entity references. Additionally, if you do not intend to query or manipulate your XML data on SQL Server, but just want to store and retrieve it, you should use the varchar or nvarchar data types instead of SQL Server’s xml data type. This is most often the case when you

文档评论(0)

feixiang2017 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档