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.
Author |
Topic |
learntsql
524 Posts |
Posted - 2010-01-02 : 02:41:40
|
Hi.I ran following query in my production serverselect CAST( SERVERPROPERTY( 'LicenseType' ) AS varchar( 30 ) ) AS LicenseType Its showing "Disabled"How can i track the previous information likeLicence periodNo of licencesWhen its Expiredetc... |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-01-02 : 15:50:29
|
http://blogs.msdn.com/sqlblog/archive/2006/11/10/tracking-license-information-in-sql-2005.aspx |
 |
|
learntsql
524 Posts |
Posted - 2010-01-04 : 04:34:23
|
Thank you russell,How can i justify whether should i configure it as Per Processor or Per Seat base.?Should i contact system admin?Please guide me. |
 |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-01-04 : 11:07:39
|
how many users will there be? is this going to be the backend for a public facing web site?your ms reseller can probably help you properly choose. and yes, discuss with your sysadmin |
 |
|
|
|
|