摘要:
WITH itemgoodsdeptHistory AS ( -- Anchor member: 找到指定员工 SELECT DeptID,ParentID,DeptName,treeItem,addby FROM itemgoodsdept WHERE deptid = '00757' UNION 阅读全文
摘要:
use master go sp_configure 'allow updates',1 go reconfigure with override update sysdatabases set status=32768 where dbid=DB_ID('ypsxyy20160527') dbcc 阅读全文