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 |
|
hongman
Starting Member
1 Post |
Posted - 2008-08-07 : 09:42:24
|
| Hi allI am building a new server for a client, who have SQL2000 Standard.They say it is licensed but noone has any exact details. How can I find the license on the exisiting server?I need to transfer this off so I can obtain SQL2000 media only and use that license key on the new server.Also need Reporting Services. Is this included in the SQL2000 media or is it a seperate download/component?Many thanks |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-08-07 : 23:10:01
|
| You can't find license key on the server, it's on paper. But you can find license type in control panel or run this:select SERVERPROPERTY ('LicenseType') |
 |
|
|
|
|
|