摘要:
今天在管理工具的打印机驱动中删除斑马打印机驱动时,遇到一个问题。 “Failed to remove driver ZDesigner ZT210-300dpi ZPL. Failed to remove package zdesigner.inf. Driver package is in use 阅读全文
posted @ 2021-11-24 16:47
Jack He
阅读(673)评论(0)推荐(0)
摘要:
declare @ls_Char nvarchar(100) = 'NO. INVOICE & NO JOB : BD112024 & BDD04739L1' select @ls_Char for xml path('') Result : NO. INVOICE & NO JOB : B 阅读全文
posted @ 2020-12-16 15:43
Jack He
阅读(1698)评论(0)推荐(0)
摘要:
select (select BraCode as 'td' for xml path(''), type), (select BraName as 'td' for xml path(''), type), (select BraPrefix as 'td' for xml path(''), t 阅读全文
posted @ 2020-03-24 15:11
Jack He
阅读(768)评论(0)推荐(0)
摘要:
查出所有用到某个表的SQL select * from sysobjects where xtype='TR' select * from sysobjects where xtype='TR' and parent_obj=object_id('TableName') xtype char(2) 阅读全文
posted @ 2020-03-19 17:10
Jack He
阅读(430)评论(0)推荐(0)
摘要:
EXEC sp_resetstatus 'JRERP-dzfp' ALTER DATABASE [JRERP-DZFP] SET EMERGENCY; DBCC checkdb([JRERP-DZFP]); ALTER DATABASE [JRERP-DZFP] SET SINGLE_USER WI 阅读全文
posted @ 2020-03-12 12:04
Jack He
阅读(941)评论(0)推荐(0)