Initializing a Unitext Locator

Use sp_drv_create_unitext_locator to create a unitext_locator and optionally initialize it with value. sp_drv_create_unitext_locator accesses the Transact-SQL function create_locator.

Syntax

sp_drv_create_unitext_locator [init_value]

Input Parameters

init_value – a univarchar or unitext used to initialize the new locator.

Output Parameters

None.

Result Set

A column of type unitext_locator. The LOB that the locator references has init_value when supplied.