select 公司代號,車號 ,(select top 1 異動理由 from Table b where b.車號=a.車號 order by 異動單...
CREATE TABLE [dbo].[_Tmp_0414]( [idx] [int] IDENTITY(1,1) NOT NULL, [A] [nvarc...
1.確認一下GPO 是否有限制特定群組才能使用網路磁碟機(以敝公司來說,只有Domain User還是沒有權限)2.SMB的問題:確認一下 "Enab...
where (convert(varchar(10),退租日,112) like '202103%') or (退租日 is null)
幾個需要確認的地方:1.印表機的ip是否有和其他設備衝到:ping 134.208.5.51 -t,把印表機關機,看看有沒有ping的結果有沒有timeout,...
往前的第6個月 dateadd(m,-6,getdate()) $sql = "INSERT INTO ad_trial_past SELEC...