Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Installation

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-07-03 : 09:01:51
Richard writes "Can SQL 7 or SQL 2000 be installed on a single server machine without using any load keys, CD-Keys etc when having no 'true' SQL clients? I have heard that this is possible with SQL 7, for users under 10 clients.

Thanks."

izaltsman
A custom title

1139 Posts

Posted - 2002-07-03 : 10:31:15
Not true. If you are using a full-blown SQL Server for 1 client or for a 1000 clients, you are supposed to pay for the server license and the appropriate number of client licenses (or a per-processor/internet connector license, depending on your needs). Look at different editions of SQL Server to see which one meets your needs and is within your price range.

The closest you can get to having a free SQL Server database engine is by using MSDE (which is basically SQL Server with no client tools and some performance limitations). You can find more info on MSDE here:

http://www.microsoft.com/sql/techinfo/development/2000/MSDE2000.asp


Go to Top of Page

M.E.
Aged Yak Warrior

539 Posts

Posted - 2002-07-03 : 10:33:43
The only copies that will load without CDkeys (that I know of atleast) are student versions.

Besides wanting to use it for free.... Any legit reason why you'd want to do this?

-----------------------
Take my advice, I dare ya
Go to Top of Page
   

- Advertisement -