January 16, 2020 at 6:53 pm
Hi,
We installed the SQL Server evaluation copy, and I am trying to find out when it will expire.
Is there a way I can query the system to find this information?
Thank you
January 16, 2020 at 8:25 pm
You use the undocumented extended stored procedure xp_qv. This post has a sample query to use:
When will my SQL Server Evaluation Edition expire?
Sue
January 16, 2020 at 9:09 pm
As a bit of a sidebar, why not just use the Developer's Edition for evals? So long as you never use the Developers Edition for production, it's legal.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2020 at 1:28 pm
Hi,
Thanks that did it.
Thank you
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply