Originally posted by wattaj
View Post
Obviously even though Developer edition is fee for development - it can't be used for production purposes (illegal / license violation).
OS - SQL Server is supported on Linux too, if it's a question of budget, or Windows 10 Home Edition (is allowed for business use, but won't have ActiveDirectory/DomainController functionality, no Remote DeskTop, but works perfectly via remote Terminal or Remote PowerShell session), if AD/DomainController/StrictSecurity are part of requirement - then instead of Windows Server: Windows 10 Pro will do the job too.
For reporting front-end purposes - Excel/PowerBI/SSRS are still good enough, but for data input it will need different interface (Access with it's forms will do too, SQL Server linked tables are supported if I remember correctly), otherwise writing your own Input/Output interface is inevitable.
Another alternative is going into cloud, Azure SQL Database is cheap as chips (range of different pricing/performance/storage plans with transparent billing), so no your own server, hosting and software costs anymore.
Comment