Step one in producing Shared Access Signatures for SQL Server Data Files in Azure - Generating a SHA2 256 HMAC Hash using Native T-SQL
One of the projects I have been working on as time permits is to construct a way to create a shared access signature using native T-SQL. Shared access signatures are needed when working with SQL Server data files in Azure.
Mostly, DBAs would use a programmatic utility such as Azure Storage Explorer to generate these signatures.
It is also straightforward to do so with SQL CLR based code but this is not enabled in all environments.
2014-07-09