随笔分类 -  Database

转:SQL Server、Oracle和DB2
摘要:SQL Server、Oracle和DB2是当今比较流行的几种数据库软件,下面从几个方面进行比选: SQL Server SQL Server是微软公司推出的数据库产品,与其他数据库产品相比明显地具有强大性、易用性和低廉的价格三者的综合优势。由于是微软自己的产品,所以SQL Server在Windows操作系统上运行的性能优异,与微软的产品如MS Office集成的很好。 SQL Server能够使用Windows NT或Windows 95/98所支持的所有网络适配器。当SQL Server运行在Window操作环境中时,这些操作系统内置的网络软件即可满足SQL Server的网络通 阅读全文
posted @ 2010-12-29 11:36 Jason Li 2011 阅读(711) 评论(0) 推荐(0)
SQL 2005 容量限制
摘要:SQL Server 2005 Books Online Maximum Capacity Specifications for SQL Server 2005 Updated: 1 February 2007 原文链接:http://msdn2.microsoft.com/en-us/library/ms143432.aspx The following tables specify the maximum sizes and numbers of various objects defined in Microsoft SQL Server 2005 components. The following table specifies the maximum sizes and numbers of various objects defined in SQL Server 2005 databases or referenced in Transact-SQL statements. The tabl 阅读全文
posted @ 2007-05-30 12:24 Jason Li 2011 阅读(1430) 评论(0) 推荐(0)
SQL2000升级到SQL2005遇到的问题
摘要:把数据库从SQL2000升级到SQL2005以后,原来一个生成代码的应用报错了。google了一把,原来用到的sysproperties表在SQL2005中已经不存在了。把sysproperties改成sys.extended_properties就OK了。其他的一些存储过程、系统表和关键字还是可以兼容的。 阅读全文
posted @ 2007-05-22 13:52 Jason Li 2011 阅读(531) 评论(0) 推荐(0)