Share via

SQL Server express with splitting database

Sanz Elimea 21 Reputation points
2020-11-17T04:47:27.54+00:00

We are currently using SQL Server for our product.
Our clients are mostly small companies so most of them use the Express edition.
The problem is that the Express version has a database size limit of 10GB and our client wants to solve this without upgrade to the Standard edition.
We are trying to solve this problem by dividing the main database into different databases and querying through the view instead of the table.
Accordingly, for each divided database we will have 10GB more data.
I would like to ask if the above method does not infringe any copyright or not?
If you can provide a piracy document like the one above it would be of great help.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Shashank Singh 6,251 Reputation points
2020-11-17T05:27:47.53+00:00

I would like to ask if the above method does not infringe any copyright or not?

I do not think this will cause any copyright issue. To understand more I will direct you to Microsoft® SQL Server® Express License Terms for Redistribution and Hosting. Browse the link, click on download and download the official docs. Hope this helps

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.