With the last version of SqlServer management studio (21) it appears that I have lost the possibility of launching the import/export data wizard. Right click on a database, click on tasks, and the two entries are greyed out and not useable (see attached image). I am sure that with SSMS 20.1 I did not have this problem. Is this a case where upgrading does no good, or am I missing something? I know that I can bypass the problem calling directly
"C:\Program Files\Microsoft SQL Server\160\DTS\Binn\DTSWizard.exe"
but this is a bypass, not an explanation or a solution.
In some posts on the web somebody says that the culprit is SSIS missing, and the SQL server Express does not include it in its installation; but if this is the case, why it worked before? And if this is the case, can you install SSIS alongside sqlexpress?