因為最近要用C# Express開發軟體,目前先提供自己使用。
有想過用搭配MSSQL 2005 Express,但也有想用MySQL。
但問題是先論MSSQL Express和MySQL假如用C# Express軟體寫好後,要另外轉賣的話?這兩套軟體是否可以商業買賣軟體使用?
MSSQL 2005 Express 得去微軟註冊轉發權利,這是免費的。
To redistribute SQL Server 2005 Express with your applications, you need to register for redistribution rights. This is also free of charge, and can be found at the Register for SQL Server Express Edition Redistribution Rights Web page.
MySQL 則必須買商用 licence。若不想買,就用 MariaDB 或 Percona 取代。這兩個除了名稱跟 MySQL 不一樣,API、指令等,跟 MySQL 一模一樣。
但後來我又改用SQL Server 2008 R2聽說記憶體可用2GB,資料庫單檔上限10GB。SQL Server 2008 R2也有註冊轉發的權利嗎?謝謝。
只有 Express 免費,SQL Server 2008 R2 要轉發,花錢買就可以。
http://www.microsoft.com/taiwan/sql2008/howtobuy/licensing.aspx
所以即使是SQL 2008 Server 2008 R2 Express版本,只要上網註冊轉發即可?