) Declare @TID int DECLARE Temp_Cursor1 Cursor--定义游标 FOR SELECT Name FROM Sys_Entity OPEN Temp_Cursor1 FETCH Temp_Cursor1 INTO @Name BEGIN select @TID=id from [sysobjects] where [type] = 'u' and [name]=@Name print (@TID) BEGIN exec('update Sys_Entity…
背景: 错误日志: SAP FBN1 Deletion only possible if status is initial 场景: 如果目标机已有NUMBER RANGE 不为0,需要删除配置年为9999的方案: I Created wrong No range in Business Entity. When I am trying to delete wrong no range system showing massage "Deletion only possible if statu…