Home Database Mysql Tutorial mssql修改数据库Float到decimal类型无法修改表

mssql修改数据库Float到decimal类型无法修改表

Jun 07, 2016 pm 05:49 PM
decimal float

可能很多朋友在mssql修改数据库Float到decimal类型时就会出现, 无法修改表。 The query has been canceled because the estimated cost of this query (598) exceeds the configured threshold of 300. Contact the system administrator,了下面我来给各位介

错误提示

“MBom”表
- 无法修改表。
The query has been canceled because the estimated cost of this query (598) exceeds the configured threshold of 300. Contact the system administrator.


解决办法

在修改后的Designer上右键,选这个,把内容考出来,新建一个查询

在最上面加这么一句

 代码如下 复制代码

SET QUERY_GOVERNOR_COST_LIMIT 0;

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What is the maximum value of float? What is the maximum value of float? Oct 11, 2023 pm 05:54 PM

What is the maximum value of float?

What are the database float lengths? What are the database float lengths? Oct 10, 2023 pm 03:57 PM

What are the database float lengths?

What is the accuracy of float? What is the accuracy of float? Oct 17, 2023 pm 03:13 PM

What is the accuracy of float?

What does float mean in c language? What does float mean in c language? Oct 12, 2023 pm 02:30 PM

What does float mean in c language?

How to convert string to float How to convert string to float Oct 16, 2023 pm 02:03 PM

How to convert string to float

What are the values ​​of float attribute? What are the values ​​of float attribute? Oct 10, 2023 pm 02:03 PM

What are the values ​​of float attribute?

What is the difference between float and double What is the difference between float and double Oct 11, 2023 pm 05:38 PM

What is the difference between float and double

What does float=0 mean? What does float=0 mean? Oct 13, 2023 pm 04:14 PM

What does float=0 mean?

See all articles