How do I find out the expiry date of a SQL Server 2008 trial-install instance?
Posted
by Peter Mounce
on Stack Overflow
See other posts from Stack Overflow
or by Peter Mounce
Published on 2010-03-15T14:23:01Z
Indexed on
2010/03/15
14:39 UTC
Read the original article
Hit count: 277
So I installed a trial of SQL Server 2008 enterprise edition while waiting for MSDN licenses to come through - I now want to uninstall the trial and replace it with a developer edition installation.
However, I'd like to first know how long I have left on the trial. Is there a way to do this programmatically with SQL? I looked at create_date in sys.databases, but these give dates that are in 2003 (which is, I guess, when master and model were originally created).
© Stack Overflow or respective owner