--IF @month IS NOT NULL AND @day IS NOT NULL SET @start_date = DATEFROMPARTS(@year, @month, @day); --IF @holiday LIKE N'Íîâ%' SET @start_date = dbo.GetNewYearHolidaysStartDate(@year); --IF @holiday ...
Showing terms for the Enterprise/Enterprise Subscription/Server and Cloud Enrollments (EA/EAS/SCE) program. Not all terms apply to all products and programs. Get help selecting a program. SQL Server ...
declare @IsClusteredInstance varchar(50) = (SELECT CASE SERVERPROPERTY ('IsClustered') WHEN 1 THEN 'Clustered Instance' WHEN 0 THEN 'Non Clustered instance' ELSE 'null' END) declare ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results