Azure premium Storage and SQL Server Files

Im actually trying to use a Premium Storage to store SQL files like I usually do with classic storage: Generate a Shared Access Signature on Azure Storage Explorer Create credential on SQL server Run some script like:

CREATE DATABASE HammerCont  
ON 
(NAME = HammerCont, 
   FILENAME = 'https://scopitpremiu.blob.core.windows.net/bdd/HammerCont.mdf') 
 LOG ON 
(NAME = HammerCont_log, 
    FILENAME = 'https://scopitpremiu.blob.core.windows.net/bdd/HammerCont.ldf') 

But if it work fine with Standard-GRS storage, I still have this message CREATE FILE encountered operating system error 1117(The request could not be performed because of an I/O device error.) while attempting to open or create the physical file 'https://scopitpremiu.blob.core.windows.net/bdd/HammerCont.mdf'. on Premium-LRS storage.

Did I miss some prerequisites with premium storage?

April 28th, 2015 8:39am

Hi,

Please check if there are Event 153 errors in Windows Event logs.

Also, confirm the size of the database file. It is not recommended to store SQL Databases bigger than 10Gb in the c:\ . drive. Any DB over 10GB in size should go on Data Disks.

Also, you may try to resize the VM once temporary and resize back if needed. This will move the VM to a different node, so that we can check if it related to Hardware issue.

Regards,

Manu

Free Windows Admin Tool Kit Click here and download it now
April 28th, 2015 4:40pm

I think you didn't get my point, i try to create a new Database directly into a container (not in a disk). It work fine with Standard-GRS container, but doesn't work on Premium-LRS container.

Regards,

April 29th, 2015 8:33am

This is currently not supported in SQL Server. SQL Server will be releasing a hotfix in June to add support for creating data files on Azure Premium Storage.
Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 7:40pm

This is currently not supported in SQL Server. SQL Server will be releasing a hotfix in June to add support for creating data files on Azure Premium Storage.
April 30th, 2015 11:39pm

This is currently not supported in SQL Server. SQL Server will be releasing a hotfix in June to add support for creating data files on Azure Premium Storage.
Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 11:39pm

This is currently not supported in SQL Server. SQL Server will be releasing a hotfix in June to add support for creating data files on Azure Premium Storage.
April 30th, 2015 11:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics