Initializing an Image Locator

Use sp_drv_create_image_locator to create an image_locator and optionally initialize it with value. sp_drv_create_image_locator accesses the Transact-SQL function create_locator.

Syntax

sp_drv_create_image_locator [init_value]

Input Parameters

init_value – a varbinary or image used to initialize the new locator.

Output Parameters

None.

Result Set

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