Hi,
I need need to downgrade From SQL Server 2012 Enterprise to standard edition.
I did the rigth process but it is to long it means:
- Backup user databases
- Backup system databases (just in case I also script logins, each database security, each credential, each proxy and all jobs)
- Script detach databases (just in case take backups of all databases)
- Script Attach databases
- I execute the detach (and move system data and log files in different location)
- I uninstall SQL Server
- Reboot
- Install SQL Server 2012 STD version
- Restore master in single
- Restore msdb +model
- attach all databases
- Check user/login mapping
- Check all jobs
is there another way without uninstalling SQL Server
Thanks a lot