Sql Server 2008 FullText 不在后台建立索引
有什么方法可以在不后台增加人口的情况下吗?我想创建一个将进行增量填充的作业,当它完成时,该作业将在表中设置“结束日期”。现在我需要有 2 项工作,一项实际统计人口,另一项将检查人口是否每 X 分钟完成一次。
Is there any way of doing an incremental population not in background? I want to create a job that will do a incremental population and when it is finished, the job will set a "end date" in a table. For now I need to have 2 jobs, one that actually stats the population and another one that will check if the population is done every X minutes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想没有办法做到这一点。我刚刚和一个 msdn 的人讨论过这个问题。我将在我的应用程序中实施该验证。
I guess there is no way of doing that. I just talked to a msdn guy about that. I will implement that verification in my application.