EXEC dbo.sp_add_job @job_name = N'Enterprise_PartitionOptimization', @enabled = 1;
-- Update final status UPDATE dbo.IndexMaintenanceLog SET EndTime = GETDATE(), Status = 'Completed', CompressionUsed = @CompressionType WHERE TableName = @SchemaName + '.' + @TableName AND Status = 'Running'; sql server 2012 enterprise
The Enterprise edition is the only version of SQL Server 2012 that unlocks the full power of underlying hardware. EXEC dbo
Microsoft SQL Server 2012 Enterprise Edition was designed to provide a mission-critical platform for high-scale data warehousing and advanced business intelligence. While it officially reached , it remains in use by organizations that have purchased Extended Security Updates (ESU) . Core Architecture and Features @enabled = 1