--- title: "position Method (SQLServerBlob) | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual apiname: - "SQLServerBlob.position" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: b520f192-6a14-4453-babd-8e7861ab25d6 author: David-Engel ms.author: v-daenge --- # position Method (SQLServerBlob) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Returns the position of a specified pattern in the BLOB based on the given pattern and the starting index. ## Overload List |Name|Description| |----------|-----------------| |[position (java.sql.Blob, long)](../../../connect/jdbc/reference/position-method-java-sql-blob-long.md)|Returns the position of a specified pattern in the BLOB based on the given pattern and the starting index.| |[position (byte[], long)](../../../connect/jdbc/reference/position-method-byte-long.md)|Returns the position of a specified pattern in the BLOB based on the given **byte** array pattern and the starting index.| ## See Also [SQLServerBlob Methods](../../../connect/jdbc/reference/sqlserverblob-methods.md) [SQLServerBlob Members](../../../connect/jdbc/reference/sqlserverblob-members.md) [SQLServerBlob Class](../../../connect/jdbc/reference/sqlserverblob-class.md)