March 14, 2016 at 9:45 am
Hi Experts,
How to know if we have used MSDN media to install our SQL server 2012 in non-production environment.
Is there a way by means of serverproperty() or by means of licensing info getting populated in flat files in these servers or in windows registries?
Regards,
Bipan
March 14, 2016 at 1:27 pm
I don't follow the second question. For the first you can try to login to MSDN (with the company MSDN subscription account) and try to download.
March 15, 2016 at 2:21 am
Hi,
I am interested in knowing in any way that what was the media while installing our SQL 2012 in our non-production environment.Is it a MSDN media or non-msdn?
Regards,
Bipsy
March 15, 2016 at 5:43 am
interesting request, here's how i would handle it:
it's probably safe to assume that if it was installed from an MSDN media, all the version would have used the same installation key, right?
whether typed in manually, or auto populated due to the media.
there's quite a few free utilities out there that will show you the key used to register MS products;
this powershell from Microsoft is just one example:
https://gallery.technet.microsoft.com/scriptcenter/Get-SQL-Server-Product-4b5bf4f8
once you gather the data, you can more easily determine which came from purchased media vs an MSDN.
Lowell
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply