Hi, first of all please do NOT multipost in all groups of SQL Server.
Does this mean we can install Server and Client Tools on 1 server and
Client Tools Only on 5 clients? Can I install Client Tools
Only on an infinite number of clients, but only have 5 users connected
at a time?
No this is just a legal issue. If you are using and have entered 5
licences in the license manager, you can use 5 clients legally. if you
are using more than 5 you will get an error message in the event log
stating that you reached your capacity of licences, but SQL Server will
work.
If I need to install on a laptop that will be traveling/disconnected,
I'm assuming that I will need to install Server and Client
Tools on the laptop, in which case we will need to purchase another
copy of SQL Server Standard or Personal (w/o CAL's), correct?
Only if you want to have the "full" featured product. if you just want
to store and manipulate the data, you can use the free MSDE database.
If you want to use the "server" version of SQL Server you have to buy
another server licence to install it.
How do I check which Licensing Mode (Per Seat/Per Processor) our
installation is set to? Can the Licensing Mode be changed after
installation?
The licensing mode can be viewed via:
SELECT SERVERPROPERTY('LicenseType') AS [LicenseType]
SELECT SERVERPROPERTY('NumLicenses') AS [NumLicenses]
The only supported way to change it, is to uninstall and reinstall:
http://www.google.com/url?sa=3DD&q=3Dhttp://groups.google.de/group/microsof=
t=2Epublic.sqlserver.setup/browse_frm/thread/338e4a18bb0fae5/e43d2478c92ece=
13%3Fq%3D%2522change%2Blicensing%2522%2B%2522sqlserver%2522%26rnum%3D2%26hl=
%3Dde%23e43d2478c92ece13
There is a undocumented way of changing it, but unless this isn=B4t
supported
this shouldn=B4t be your first choice:
http://www.google.com/url?sa=3DD&q=3Dhttp://
www.google.com/url%3Fsa%3DD%26q=
%3D
http://www.tkdinesh.com/faq/ans/license.html HTH, Jens Suessmeyer.
---
http://www.sqlserver2005.de ---