SQL Server 2008怎样编辑200行以上的数据
Jun 07, 2016 pm 03:15 PMSQL Server 2008 怎样 编辑 200行 以上 的 数据 来源: 作者: 发表于: 2012-08-21 10:55 点击: 2373 刚换SQL Server2008 不久,感觉运行速度、 编辑 提示都比05版的提升不少,但是在维护考试系统中遇到一个05中没有的问题:05中有打开表可以 编辑 所有 数
SQL Server 2008怎样编辑200行以上的数据
来源: 作者: 发表于:2012-08-21 10:55 点击:2373
刚换SQL Server2008 不久,感觉运行速度、编辑提示都比05版的提升不少,但是在维护考试系统中遇到一个05中没有的问题:05中有打开表可以编辑所有数据行,到了08变成了打开前1000行和编辑前200行:考试系统中的数据怎么也有几千行,怎么编辑以后的数据? 方法
刚换SQL Server2008 不久,感觉运行速度、编辑提示都比05版的提升不少,但是在维护考试系统中遇到一个05中没有的问题:05中有“打开表”可以编辑所有数据行,到了08变成了“打开前1000行”和“编辑前200行”:考试系统中的数据怎么也有几千行,怎么编辑以后的数据?

方法一:修改设置 进入"工具"---选项---SQL Server对象资源管理器---命令---“编辑前

方法二:修改SQL语句

先打开想要编辑200行以上的表,如图再右侧获取sql语句:[sql]SELECT TOP (200) questionId, theChapter, theType, point, degree, fraction, questionContent, blankNumber, isOrdinal, correctAnswer, isValid FROM t_gangjinhunningtujiegou_tiankongti 修改top()中的值即可。

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

What is the difference between HQL and SQL in Hibernate framework?

Usage of division operation in Oracle SQL

What does the identity attribute in SQL mean?

Comparison and differences of SQL syntax between Oracle and DB2

Detailed explanation of the Set tag function in MyBatis dynamic SQL tags

How to restore the deleted hosts file

How to install, uninstall, and reset Windows server backup
