Open Microsoft Sql Server Management Studio, expand the databases node in the object explorer and right-click to create a new database
Name the database and click "Ok"
It is recommended to create a user account for the QuickReportz web application to use for interacting with the database, however you can use an existing one if one already exists.
Create an account under the security element
Enter new login details
Click the "User Mapping" option and assign "Db_Owner" role or at a minimum "db_datareader", "db_datawriter", "db_ddladmin" to the new account. This is necessary so QuickReportz web application can perform installation, schema modifications, etc.
Click "Ok" and the new account will be created.