Sql Server中表的容量 [英] Capacity of Table in Sql Server

查看:148
本文介绍了Sql Server中表的容量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生/女士,

我使用sql server 2005,并且我有一个表名作为事件,并且在该表上最多插入11,60,000条以上的记录.
比我的问题是,一个表中插入了多少条记录?
请根据2002、2005、2008之类的版本给出答案

谢谢与问候
Amit(AV)

Sir/Mem,

I used sql server 2005, and i have one table name as event and i am inserted at most 11,60,000+ records on that table.
Than my question is how many records are inserted in a table?
Please give answers in according to version like 2002,2005,2008

Thanks & Regards
Amit(AV)

推荐答案

最大容量规格适用于SQL Server [^ ]

最大容量规格比较表 [
Maximum Capacity Specifications for SQL Server[^]

Maximum Capacity Specifications Comparison Table[^]


COUNT在SQL中的基本用法:
Basic usage of the COUNT in SQL:
select count(*) from [tablename]


这篇关于Sql Server中表的容量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆