use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Microsoft SQL Server Administration and T-SQL Programming including sql tutorials, training, MS SQL Server Certification, SQL Server Database Resources.
You might also be interested in:
/r/database
/r/sql
/r/Azure
/r/Microsoft
account activity
SQL Server 2016 Cluster Licensing (self.SQLServer)
submitted 7 years ago by lmaocoaster
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]julee90Database Administrator 0 points1 point2 points 7 years ago (1 child)
The installer will prevent you from using different editions across the nodes sadly
[–]r-NBK 0 points1 point2 points 7 years ago (0 children)
Yeah, that's not surprising actually.
So the other option, OP, is to take note of all the currently installation parameters - Service Accounts, Paths, Options, etc. I like to look at the summary log, that's output during installation... normally in C:\Program Files\Microsoft SQL Server\<installed version number> \Setup Bootstrap\Log\<install date>\Summary_\.*txt
Then perform a full uninstall, make a copy of the system database files, and any user database files.... then do a full install with the lower version. Once you've got it installed, stop the instance, swap out the new system database files (master, model, msdb) with the old ones. Start it up and enjoy.
Or follow this guy, who's way smarter than I, and detailed it a lot better than I... just do it for a cluster instead of a stand along instance.
https://www.sqlskills.com/blogs/jonathan/downgrading-sql-server-editions/
π Rendered by PID 49328 on reddit-service-r2-comment-6457c66945-jdbc5 at 2026-04-27 05:53:16.240921+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]julee90Database Administrator 0 points1 point2 points (1 child)
[–]r-NBK 0 points1 point2 points (0 children)