SCRS_GetMOMFullComputerName_Second Stored Procedure
System Center
In SCRM 2006, SCRS_GetMOMFullComputerName_Second gets a list of computer names excluding the specific name provided.
SCRS_GetMOMFullComputerName_Second @LocaleID ,[ @NoALLOption = ] 0 ,@ComputerName
@LocaleID
Type: int
Locale identifier for the installed product.
@NoALLOption
Type: bit
Determines whether output includes <ALL>; 1 excludes it, 0 includes it.
@ComputerName
Type: nvarchar
Value to ignore when querying against SCRM 2006 SCRS_ComputerDimension_View.FullComputerName.
| Column name | Data Type | Description |
|---|---|---|
| ComputerFullNTName | String | Output value from SCRM 2006 SCRS_ComputerDimension_View.FullComputerName. |
| ComputerFullNTNameLabel | String | Output value from SCRM 2006 SCRS_ComputerDimension_View.FullComputerName. |
Show: