本文介绍了未知查询:插入< TableNameX>从< TableNameX>中选择*.%% bmk %%.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我这行是什么意思

can someone explain me what this line means:

insert <TableNameX> select *,%%bmk%% from<TableNameX>

我看到了一个相同的问题,但无法理解其含义.有人可以解释这是%% bmk %%吗?p/s-插入和发件人是同一张表.在-TableNameX上拖放并创建索引时,出现该行.

i saw a question about the same but cannot understand what it means.can someone explain what is this %%bmk%%?p/s - the insert and the From , is the same table .the Line appeard while dropping and creating indexes on - TableNameX.

推荐答案

这是与SQL Server重新索引操作关联的数据的批量加载

It's the bulk loading of data associated with SQL Server Reindex operation

这篇关于未知查询:插入&lt; TableNameX&gt;从&lt; TableNameX&gt;中选择*.%% bmk %%.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-09 06:58