Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from bei...
需要实现: 1 2 3 4 5 if not exists(select * from ErrorConfig where Type='RetryWaitSeconds') begin insert into ErrorConfig(Type,Value1) values('RetryWaitSeconds','3') end 只...