Instanace Info

  • Hi Team,

    I need instance information

    below output i want

    InstanceID InstanceName EnvironmentSpec LastRefreshDate

    please help me on the script.

    Tx

  • 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

  • Simple:

    SELECT InstanceID, InstanceName, EnvironmentSpec, LastRefreshDate

    FROM TableWhereItIsStored

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply