legally installing sql express to my clients computers

  • I have a software company. I have made a desktop software in visual studio that uses SQL SERVER DATABASE at back-end.

    I want to sell my software. So i have to install sql server on my customers computer. Can i install SQL_SERVER_EXPRESS that can be directly downloaded from microsoft site ( i mean will that be legal? or will i be sued ?)

    Please give me appropriate suggestions. If it is illegal i will buy one. REgards

  • saurav.rukd (1/30/2014)


    I have a software company. I have made a desktop software in visual studio that uses SQL SERVER DATABASE at back-end.

    I want to sell my software. So i have to install sql server on my customers computer. Can i install SQL_SERVER_EXPRESS that can be directly downloaded from microsoft site ( i mean will that be legal? or will i be sued ?)

    Please give me appropriate suggestions. If it is illegal i will buy one. REgards

    Not sure what this has to do with data corruption.

    You should look at the licensing from Microsoft. To be honest if you are running your own software business you should look to the licensing agreement from the manufacturer, not some person on an online forum. Around here we are really good at sql server but not so good at providing legal guidance.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/

  • A number of companies package SQL Express with their product, and run the SQL install during the product install. In most situations it is best to install a named instance of SQL, and try to pick a name that relates to your product and is unlikely to be used by a different product - this way you have an environment that is more likely to stay table.

    The SQL Express install media does not include any pre-req software. Some people package a .Net3 install and run this if needed, but Windows 2012 and above need their own .Net install media and packaging everything needed for every version of Windows you want to support with your product can easily end up with over 1GB of pre-req software. You need to decide how you will deal with the pre-reqs.

    You need to talk to Microsoft about licensing. As far as I know you can package SQL Express without any licensing issues, but you need to hear this direct from the vendor.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply