SCRS_GetFullComputerName_Search Stored Procedure

System Center

In SCRM 2006, SCRS_GetFullComputerName_Search gets the fully qualified computer name based on the supplied search criteria.


SCRS_GetFullComputerName_Search @LocaleID
,[ @NoALLOption = ] 0
,[ @SearchStr = ] 0   

@LocaleID

Type: int

Locale identifier for the installed product.

@NoALLOption

Type: smallint

Determines whether output includes <ALL>; 1 excludes it, 0 includes it.

@SearchStr

Type: nvarchar

Pattern match value for conditioning query against SCRM 2006 SCRS_ManagedNode_Dimension_View.ComputerFullNTName.

Type: int

Value: Always 0.

Column name Data Type Description

ComputerFullNTName

String

Output value from SCRM 2006 SCRS_ManagedNode_Dimension_View.ComputerFullNTName.

ComputerFullNTNameLabel

String

Output value from SCRM 2006 SCRS_ManagedNode_Dimension_View.ComputerFullNTName.

Show: