USE KMx10
GO
ALTER DATABASE KMx10 SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
GO
DBCC CHECKTABLE (N'job',REPAIR_REBUILD) WITH NO_INFOMSGS, ALL_ERRORMSGS;
GO
ALTER DATABASE KMx10 SET MULTI_USER;
if you are looking for script to test run Infor CSI Custom Assembly you can use below code. using System; using System.Collections.Generic...
No comments:
Post a Comment