Using Hangfire with code fisrt

Hello!

How can I configure Hangfire so as it could work with MSSQL.

In a Console.application there is a
static void Main(string[] args)
{
GlobalConfiguration.Configuration.UseSqlServerStorage(“WContext”);

line where

Cannot open database “Teszt” requested by the login. The login failed.
Login failed for user …

error occures.

Thank you!