We are negotiating with a vendor and we have a few questions:
1) From a licensing point of view, what is a database? Can we install
multiple copies of SQLServer on one box? In that case, would each
copy be a different database?
2) Within a single SQL Server installation, I can create multiple
databases, as listed in the Enterprise Manager. I can switch among
them using "use ..." commands. Would these be treated as different
databases?
3) We have copies of our transactional database in identical
development, QC, and production environments. Is this a single
database, or 3 databases?
1) From a licensing point of view, what is a database? Can we install
multiple copies of SQLServer on one box? In that case, would each
copy be a different database?
2) Within a single SQL Server installation, I can create multiple
databases, as listed in the Enterprise Manager. I can switch among
them using "use ..." commands. Would these be treated as different
databases?
3) We have copies of our transactional database in identical
development, QC, and production environments. Is this a single
database, or 3 databases?
Comment