随笔分类 -  SqlServer

摘要:--如果xp_cmdshell没有启用,请先启用 sp_configure 'show advanced options',1 RECONFIGURE GO sp_configure 'xp_cmdshell',1 RECONFIGURE --目标共享目录:\\172.16.1.63\Media2\ 阅读全文
posted @ 2023-02-14 14:01 小全胖子 阅读(253) 评论(0) 推荐(0)
摘要:做个记录: select CONVERT(DATETIME, Dateadd(second, 1620437293459 / 1000, '19700101 08:00'), 111) AS startTime 阅读全文
posted @ 2022-04-18 09:23 小全胖子 阅读(282) 评论(0) 推荐(0)