在SQL中更新目录 [英] Updating the Catalog in SQL

查看:72
本文介绍了在SQL中更新目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我们已设置Biztalk将目录数据发送给CS。但是,目录仍然需要在导入后进一步处理。

We have set up Biztalk to send the catalog data to CS. But, the Catalog still requires further processing after the import.

我们已经创建了一个更新目录数据的存储过程。

We have created a stored procedure which updates the Catalog data.

主要问题是什么会触发这个存储过程。我使用了SQL跟踪,但我无法确定导入何时完成。

The main question is what will trigger this stored procedure. I used a SQL trace and I cannot determine when the import finishes.

当手动执行目录导入时,SQL中有跟踪,但是,当通过Biz talk完成导入时,我无法识别任何内容。

When the Catalog Import is performed manually there are traces in SQL, but, when the import is done via Biz talk, I cannot identify any.

在Biztalk Catalog  Import运行后,合并SQL存储过程的最佳方法是什么?这是在网站缓存刷新之前完成的。

What is the best way of incorporating SQL stored procedure after the Biztalk Catalog Import runs? This is to be done before the site cache is getting refreshed.

它是一种从SQL存储过程引用网站缓存的方法吗?

Is it a way of refershing the site cache from an SQL stored procedure?

谢谢,

Odilia

 

 

 

推荐答案

Odilia,

Odilia,

不确定您的要求以及为什么要复杂化进口过程。如果您可以解释您的要求,可能是社区成员可以提供一些解决方案。

Not sure your requirement and why you want complicate the import process. If you can explain your requirement, may be community member can provide some solutions.

回答您的上一个问题 - 站点缓存属于IIS中的缓存,如果您想要执行此操作使用SQL然后您可以使用OOB Web服务刷新缓存。

Answering to your last question - site cache belongs to the cache in IIS and if at all you want to do it using SQL then you can use OOB web services to refresh the cache.

问候,

-Ravi Kanth Koppala

Regards,
-Ravi Kanth Koppala


这篇关于在SQL中更新目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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