摘要:
--create link "链接名" connect 'DPI' with"用户名" identified by"密码" using'IP:端口'; create or REPLACE link Link_DPI_1 CONNECT 'DPI' with "Test" IDENTIFIED BY 阅读全文
摘要:
@echo off setlocal enabledelayedexpansion set "search_path=D:\test" set "folder_to_delete=123" for /d /r "%search_path%" %%i in (*) do ( if "%%~nxi"== 阅读全文
摘要:
1 if OBJECT_ID('tempdb..#temptblAllYearMonth') is not null 2 drop table #temptblAllYearMonth 3 4 declare @StartDate DATE = '20210101' 5 declare @EndDa 阅读全文