Quantcast
Channel: SQL Archives - SQL Authority with Pinal Dave
Viewing all articles
Browse latest Browse all 594

SQL SERVER – Express and SQL Server Agent – Free Alternative

$
0
0

“How come my database is only a few MBs big and I am facing performance problems?” My customer asked. I replied, “Well, this is because you are not running job using SQL Server Agent to keep your indexes in the best health.”

This is a very common conversation I usually have with my customers who are facing issues with SQL Server Performance. However, recently I had a very interesting conversation with my customer. He suggested, how come he run Maintenance Job when he is using SQL Server Express, which does not have SQL Server Agent. A very valid point.

If you are using SQL Server Express, it does not come with SQL Server Agent. However, this should not be the reason to get disheartened. There are many different alternatives available out there, but my favorite alternative is FREE and it comes with Windows by default.

If you are using Windows 7, Windows Server 2012 or later version, it has a free inbuilt Task Scheduler. I have used this multiple times with my customer who are using SQL Server Express and it has worked brilliantly every single time. Here is the tutorial for Task Scheduler.

SQL SERVER - Express and SQL Server Agent - Free Alternative task-scheduler-800x509

There are quite a few free alternatives are available on CodePlex but I have found Task Scheduler very reliable. Give it a go if you are using SQL Server Express and need some of the functionality of SQL Server Agent.

Reference: Pinal Dave (http://blog.SQLAuthority.com)

First appeared on SQL SERVER – Express and SQL Server Agent – Free Alternative


Viewing all articles
Browse latest Browse all 594

Trending Articles