SQL Server, SSIS, powershell
declare @myDate datetime2 select @mydate = DATEADD(DD, 0, DATEDIFF(DD, 0, GETDATE()))
No comments:
Post a Comment