One of the hurdles i faced while trying to deploy the worker service in the development fabric was to configure the development storage to run under
my own sql server instance and not the built in sql express. To achieve that there is a command line tool dsInit
run this command with the new sql server instance name
dsInit /sqlinstance:<InstanceName>
For default or unnamed instances use the .\<MSSQL> parameter