|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Licensing and DB capacity
hello,
i dnt know if this is the right place, i'm sorry for that. Well, I just i got a proposal from a company to develop a software for database management. I have some doubts about licensing the back-end database. My doubts are: 1. If I'm using Sql Server as the backend and the .sql file placed on the server where this .sql file will be accessed by about 20 clients, will the customer (company) have to purchase a license for the sql server? If yes, how this can be done? Does the company have to purchase a license for each client and server for accessing contents of the .sql file? Actually, there will be only 1 server and abt 20 clients. 2. Does the developer need to purchase a seperate license for distributing the .sql file? 3. Also, wat is the maximum capacity of an sql database size? I'm asking this because as per my requirements, the company will be using the database at a rate of 1GB per month. So, by end of a year, it will be 12 GB. NOTE: No Sql Server Software will be installed on client machines. In brief, my doubt is: Do we need license for reading and writting to .sql file contents and do we need seperate license for distributing them? Please, somebody can help me for the licensing information and also for the database size? the database will be also used for remote access. Thank you. |
|
#2
|
|||
|
|||
|
DB capacity is regulated by how big your disc (s) are, thats all, so if you need more Db room, just buy more discs to be basic about it. There is no space limitation that you are going to need to worry about on the software side. You can even spread the file system across several discs if you need to.
Licensing, Well as far as MSSQL2k its per connection or Per Proc. Typically you want to license your MS SQL product as Per proc as per connection can get costly, im not sure on MSSQL 2005 as I havent looked at the licensing on that yet. You can freely move your database around all you want but if you are going to open it up you will need a licensed SQL server, as I get it the server is what is licensed not the DB itself. but what good is one with the other right? If anyone can correct me, feel free but im pretty sure my information is accurate here. Also, Front ends ( like clients, web apps whatever) wont need licensing to send Queries the SQL server. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft SQL Server > Licensing and DB capacity |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|