数据库编程外文翻译
《数据库编程外文翻译》由会员分享,可在线阅读,更多相关《数据库编程外文翻译(10页珍藏版)》请在毕设资料网上搜索。
1、 河北科技师范学院 本科毕业 论文(设计) 外文翻译 数据库编程教学网站的开发 院(系、部) 名 称 : 欧美学院信息技术系 专 业 名 称 : 计算机科学与技术 学 生 姓 名 : 王楠 学 生 学 号: 9210080324 指 导 教 师: 关健 2011 年 11 月 10 日 河北科技师范学院教务处 Microsoft SQL Server Microsoft SQL Server is a relational database server, developed by Microsoft: it is a software product whose primary functi
2、on is to store and retrieve data as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). There are at least a dozen different editions of Microsoft SQL Server aimed at different audiences and for di
3、fferent workloads (ranging from small applications that store and retrieve data on the same computer, to millions of users and computers that access huge amounts of data from the Internet at the same time).True to its name, Microsoft SQL Servers primary query languages are T-SQL and ANSI SQL. Histor
4、y SQL Server 2005 (codename Yukon), released in October 2005, is the successor to SQL Server 2000. It included native support for managing XML data, in addition to relational data. For this purpose, it defined an xml data type that could be used either as a data type in database columns or as litera
5、ls in queries. XML columns can be associated with XSD schemas; XML data being stored is verified against the schema. XML is converted to an internal binary data type before being stored in the database. Specialized indexing methods were made available for XML data. XML data is queried using XQuery;
6、Common Language Runtime (CLR) integration was a main feature with this edition, enabling one to write SQL code as Managed Code by the CLR. SQL Server 2005 added some extensions to the T-SQL language to allow embedding XQuery queries in T-SQL. In addition, it also defines a new extension to XQuery, c
7、alled XML DML, that allows query-based modifications to XML data. SQL Server 2005 also allows a database server to be exposed over web services using Tabular Data Stream (TDS) packets encapsulated within SOAP (protocol) requests. When the data is accessed over web services, results are returned as X
8、ML. For relational data, T-SQL has been augmented with error handling features (try/catch) and support for recursive queries with CTEs (Common Table Expressions). SQL Server 2005 has also been enhanced with new indexing algorithms, syntax and better error recovery systems. Data pages are checksummed
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数据库 编程 外文 翻译
