摘要:
Failed to install and configure assemblies C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.sqlserver.notificationservices.dll in the COM+ catalog.
阅读全文
摘要:
在asp.net中,有生成word文件的操作,部署的时候出现“访问被拒绝:“Interop.Word””错误。 简单办法是1。运行Dcomcnfg.exe2。从列表中选择 microsoft word 文档3。点击属性4。指定用户帐户就行。 也可以在安全选项卡中配置相应权限,祝你愉快。 阅读全文
摘要:
回复: 临时表存放在哪儿?
DML statements on temporary tables do not generate redo logs for the data changes. However, undo logs for the data
and redo logs for the undo logs are generated. Data from the temporary table is automatically
dropped in the case of session termination, either when the user logs off or
when the session terminates abnormally such as during a session or instance failure 阅读全文