we know
all that if we use the trial version of MS CRM 2013 , its for 90 days.
and if we
don't register the actual license key with in that period, then that instance
of MS CRM has gone, there is no way get it back.
so u must
register it before it hits 90 days.
to know
how many days remains , here is the code, from the DB to know
SELECT
InstallOn,
DATEADD(d,90,InstallOn)
AS ExpiringOn,
DATEDIFF(d,GETDATE(),DATEADD(d,90,InstallOn))
AS DaysRemaining
FROM
dbo.ConfigSettings
|
this will help must.
regards,
yes.sudhanshu
No comments:
Post a Comment