Maintenance Plan Wizard not available in SQL Server 2025 CTP

sai ganesh 0 Reputation points
2025-05-20T11:32:35.1566667+00:00

I'm currently using Microsoft SQL Server 2025 CTP2.0 with SSMS. When I try to use the Maintenance Plan Wizard to create backup jobs, I get the message:

"This feature is not currently available in this version of SSMS."

Is this a known limitation in the preview version of SQL Server 2025?

Will the Maintenance Plans feature be supported in a future update of SSMS or SQL Server 2025?

SQL Server Database Engine
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2025-05-20T21:41:28.55+00:00

    I don't think this is related to SQL Server 2025, but rather it is a limitation in SSMS 21, see https://techcommunity.microsoft.com/blog/sqlserver/sql-server-management-studio-ssms-21-is-now-generally-available-ga/4415230, and particularly the section SSIS and Maintenance Plans:

    We made the difficult decision to hold back SQL Server Integration Services (SSIS) support for this release. This includes the import/export functionality and Maintenance Plans. In the spirit of full transparency, during the final weeks of testing, we recognized that SSIS needed additional time to ensure the quality and stability our users expect, so we made the decision to temporarily hold it back while we continue to enhance the experience. Our primary focus for SSMS 21 was to move to Visual Studio 2022, provide initial support for SQL Server 2025 Preview, and support the Copilot in SSMS Preview. Our team is actively working to bring these features back in an upcoming release. For now, if you rely on SSIS we recommend using SSMS 20, which you can install side-by-side with SSMS 21 GA.

    1 person found this answer helpful.
    0 comments No comments

  2. Olaf Helper 47,441 Reputation points
    2025-05-21T06:42:27.2733333+00:00

    When I try to use the Maintenance Plan Wizard to create backup jobs,

    The maintenance plans wasn't ever very reliable, better use

    https://ola.hallengren.com/sql-server-backup.html

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.