August 3, 2011 at 4:52 am
Hi Team,
I need instance information
below output i want
InstanceID InstanceName EnvironmentSpec LastRefreshDate
please help me on the script.
Tx
August 3, 2011 at 6:08 am
In order for anyone to give you any meaningful help you need to provide much more details of your problem. What table(s) store this data that you need, if possible the full defiition (DDL) of those tables, and some sample data.
It MAY be that you are referiing to a SQl Server "Instance" although if so I am not sure what some of the other columns may be referring to.
Can you explain more?
Mike
August 3, 2011 at 7:54 am
Simple:
SELECT InstanceID, InstanceName, EnvironmentSpec, LastRefreshDate
FROM TableWhereItIsStored
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply