I've got the following problem.
We have Development, Testing and Production environments for our system. All these environments will contain SQL Server 2005, but different editions. The Production will work with Standard Edition.
Now we would like to install Dev Edition on other servers (to save our money), but as far as I know, Dev Edition has the same features as Enterprise and it can theoretically cause some problems after publishing the system on production.
How can one disable all Enterprise specific features in Dev Edition? Or is it another way to make Dev Edition to work as Standard one?
Many thanks in advance!