SQL Express for production?

前端 未结 5 1582
南方客
南方客 2020-12-05 09:40

Is using SQL Express in a production environment a reasonable choice?

I looked at Microsoft\'s comparison chart:

http://www.microsoft.com/sql/prodinfo/featur

5条回答
  •  無奈伤痛
    2020-12-05 10:09

    I know many people using SQL Express for production and it works well, the biggest limiting factor is the absence of SQL Agent for automated backups. To automate backups you have to either take a VM image (if on a VPS) or use windows scheduler or some other technology.

    The only other major limiting factor is the ram limitation, but for a small site I have not really noticed that being too much of an actual issue.

提交回复
热议问题