Why it is not recommend to install Express SQL server on enterprise level environment
Question: Why is installing SQL express not recommended in an enterprise level environment?
Answer: SQL express has a storage limit of 10gb. It will run out of space very quickly if it is installed in an enterprise level environment and the database will need to be migrated at a later time. For this reason it is recommended to use a full version of SQL in an enterprise level environment.