Stored Procedure Interface

Provendb-sqlserver anchors data in the database to a blockchain, or validates data in the database against a blockchain entry when requested via a stored procedure interface.

There are two stored procedures that control provendb-sqlserver:

  • fanchorrequest requests that provendb-sqlserver anchor data to the blockchain
  • validaterequest checks an existing proof against the blockchain.

The PROVENDBREQUESTS table is used to record requests made by these two stored procedures.


What’s Next