从 SQL Server Server 7 迁移到 2005,我应该对什么感到兴奋?
我工作的公司决定加入 21 世纪,并将我们的主数据库集群从 SQL Server 7 升级到 SQL Server 2005。作为一名 Web 开发人员,我应该对 SQL Server 2005 的哪些新功能感到兴奋或了解?
目前,我主要编写 CRUD 样式查询,几乎完全使用存储过程来混合 ASP.net 和经典 ASP 环境。
The company I work for has decided to join the 21st century and upgrade our main database cluster from SQL Server 7 to SQL Server 2005. As a web developer what new whiz-bang features of SQL Server 2005 should I get excited about or get to know?
Currently I'm mainly writing CRUD style queries, pretty much exclusively using Stored Procdures for a mixed ASP.net and Classic ASP environment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
以及许多其他事情。
and many another things.
我想到的一个是可以将 CLR / .NET 代码集成到 SQL Server 中。
这里是其他一些。
One that comes to mind is that you can integrate CLR / .NET code into SQL Server.
Here are some others.
我最喜欢的新功能是
(比文本更容易使用,
ntext)
My favorite new features are
(much easier to work with than text,
ntext)
常用表表达式、PIVOT 和 UNPIVOT、APPLY
Common table expressions, PIVOT and UNPIVOT, APPLY
SQL 7? 我将从基础知识开始,例如引用完整性和级联。 或者,您不必为 98 年左右拥有 Sql 7 时 Access 所做的所有事情编写自己的触发器。
SQL 7? I'd start with the basics, like referential integrity and cascades. Or, you don't have to code your own triggers for all that stuff that Access was doing back in 98 or so when one had Sql 7.
性能监控、分析、调整
动态管理视图和 函数
http://msdn.microsoft.com/en-us/library/cc917696 .aspx
Performance monitoring, profiling, tuning
Dynamic Management Views & Functions
http://msdn.microsoft.com/en-us/library/cc917696.aspx