# Basic SQL Server Config

**URL:** https://discuss.hangfire.io/t/basic-sql-server-config/369
**Category:** storage
**Tags:** recurring, memory-storage
**Created:** [November 8, 2014, 12:52pm UTC](https://discuss.hangfire.io/t/basic-sql-server-config/369 "2014-11-08T12:52:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![puzle](https://avatars.discourse-cdn.com/v4/letter/p/6de8d8/32.png) [@puzle](https://discuss.hangfire.io/u/puzle)
#### Post date: [November 8, 2014, 12:52pm UTC](https://discuss.hangfire.io/t/basic-sql-server-config/369/1 "2014-11-08T12:52:32Z")

</div>

In the documentation here:  
[http://docs.hangfire.io/en/latest/users-guide/storage-configuration/using-sql-server.html#configuring-the-polling-interval](http://docs.hangfire.io/en/latest/users-guide/storage-configuration/using-sql-server.html#configuring-the-polling-interval)

It talks about Polling using MSMQ and then Redis.

For our needs we just need a simple Recurring task (once a minute). I wanted to know if the basic setup without any configuration has any performance issues at the DB server level.

Basically I do not want to introduce any performace issue on our production DB server and was hoping that the HangFire DB would have very low impact.

---

<div class="post-metadata">

### Author: ![odinserj](https://dub1.discourse-cdn.com/flex017/user_avatar/discuss.hangfire.io/odinserj/32/648_2.png) [@odinserj](https://discuss.hangfire.io/u/odinserj)
#### Post date: [November 10, 2014, 1:51pm UTC](https://discuss.hangfire.io/t/basic-sql-server-config/369/2 "2014-11-10T13:51:57Z")

</div>

For simple recurring tasks consider using [other libraries] – Hangfire may be an overkill in its current state.
