升級SmartIT 7.2後,再降回7.1之方法
※如非必要,升級後請勿降級,因過程中都必須動到資料庫,請於任何升級or降級動作前,確實備份資料庫,以預防資料庫資料錯亂的問題。
1.先將7.2 DB assets & SmartIT table裡面的觸發程式都砍掉。
2.使用下列SQL語法,建回原本的trigger,即可降回7.1使用:
CREATE TRIGGER [tri_smartit_asset_upd] ON smartit
FOR update
AS
update asset
set asset.ip_address = (select smartit.ip from smartit where smartit.computer_guid = asset.physical_key)
where asset.physical_key = (select smartit.computer_guid from smartit where smartit.computer_guid = asset.physical_key)
0 意見:
張貼留言