01 2021 档案

摘要:select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' spid 锁表进程 tabl 阅读全文
posted @ 2021-01-30 11:27 lanofsky 阅读(87) 评论(0) 推荐(0)
摘要:1、上传的html <!--上传广告图片压缩包--> <div class="x_content" id="ImageUpload_Zip" style="display: none; padding:10px"> <form> <div class="x_panel"> <div class="c 阅读全文
posted @ 2021-01-26 18:13 lanofsky 阅读(215) 评论(0) 推荐(0)
摘要:--1、临时表(DECLARE @details Table()) DECLARE @details Table(DTaskDetailsId [uniqueidentifier] NOT NULL,--任务id DAdvertCompanyFloorId [uniqueidentifier] NO 阅读全文
posted @ 2021-01-25 15:14 lanofsky 阅读(250) 评论(0) 推荐(0)