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.
sp_drv_create_image_locator [init_value]
init_value – a varbinary or image used to initialize the new locator.
None.
A column of type image_locator. The LOB that the locator references has init_value when supplied.