Sign In
Jinghao Liu (刘劲浩)'s BLOG
一个专门有关SQL Server的中文博客. 主要面向中国的SQL Server用户. 侧重于介绍的SQL Server 2005在XML方面的功能.也会尽力解答其他SQL相关问题.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
November 2008
(3)
February 2007
(1)
March 2006
(1)
January 2006
(1)
October 2005
(4)
October, 2005
MSDN Blogs
>
Jinghao Liu (刘劲浩)'s BLOG
>
October, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jinghao Liu (刘劲浩)'s BLOG
[英文视频] 访谈吉姆·格雷: Sky Server 以及数据库技术的未来
Posted
over 7 years ago
by
Jinghao Liu
0
Comments
我想对数据库技术比较熟的朋友都应该听说过吉姆·格雷这个名字. 在我开始介绍有关SQL2005新的功能以前, 我想让大家看两段视频: http://channel9.msdn.com/ShowPost.aspx?PostID=49891 http://channel9.msdn.com/Showpost.aspx?postid=50428 在49891视频中吉姆谈了他们如何构建Sky Server ( http://cas.sdss.org/dr4/en/ ): 一个把大部分宇宙空间数据存入SQL...
Jinghao Liu (刘劲浩)'s BLOG
有关我TechEd讲座的补充资料(继续)
Posted
over 7 years ago
by
Jinghao Liu
2
Comments
我在讲座中用的demo. -- XML作为变量 declare @x xml set @x = N '<根><元素 属性="1"/></根>' --select @x select @x . query ( N '/根/元素' ) go -- XML作为列 create table testXML ( id int primary key , xmlcol xml ) go -- 从XML文件中输入XML...
Jinghao Liu (刘劲浩)'s BLOG
有关我TechEd讲座的补充资料
Posted
over 7 years ago
by
Jinghao Liu
0
Comments
我在讲座之前,给大家了一个联结(link). 现在此再公布一下. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5xml.asp 这是一篇全面介绍SQL2005XML的文章. 内容非常详细. 它包括: 动机(Motivating Scenarios for XML Storage), 为什么用关系性来处理XML(Why Use Relational...
Jinghao Liu (刘劲浩)'s BLOG
My first blog post!
Posted
over 7 years ago
by
Jinghao Liu
6
Comments
To: 中国的SQL Server用户, 今年是我第三次参加微软中国技术教育大会(MS China TechEd 2005). 每一次我都发现苦于时间太短,我 无法讲完所有我想讲的内容 无法回答所有听众的问题 无法很好解释需要用数据和程序来说明的问题 无法让所有听众分享对某个好问题的回答 当公司建议我们开设自己的博客,从而增加我们和用户之间的交流时,我突然发现了解决这些问题的方法: 开一个专门有关SQL Server的中文博客. 从1994年第一次上alt...
Page 1 of 1 (4 items)