In SCRM 2006, SCRS_GetFullComputerName gets the fully qualified computer name for a computer.
SCRS_GetFullComputerName @LocaleID
,[ @NoALLOption = ] 0    
Arguments
@LocaleID
Type: int
Locale identifier for the installed product.
@NoALLOption
Type: smallint
Determines whether output includes <ALL>; 1 excludes it, 0 includes it.
Return Code
Type: int
Value: Always 0.
Result Sets
| 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. | 
See Also
Other Resources
Sample SCRM Stored Procedures
SCRM 2006 Report Customization
SCRM 2006 SQL Views
SCRM 2006 Stored Procedures