Saturday, 26 September 2020

How to create job in SQL Server

Hi there. Hope you all are safe and sound. 

In my last post I've talked about an important component i.e. SQL Server Configuration Manager and in this video I've picked up another essential component i.e. SQL Server Agent.

SQL Server Agent itself has two major components i.e. SQL Server Jobs and Alerting mechanism and in this first part I've picked up and explained about SQL Server Jobs. How we can create jobs, what are the options we see and what they mean, how we can schedule them etc. 

SQL Server Jobs is vital part of SQL Server management and indispensable for DBA's where we use jobs to not only to perform database maintenance but also to monitor and collect several important information that can help in diagnosing a bottleneck or performance issue. So, go ahead and watch this video and learn all about SQL Server jobs.

Happy Learning!





As always, please do not forget to click the "like" button if you like the video and subscribe my channel and click that "bell" to stay updated. You can also follow me facebook.


How to install SQL Server 2017

In my very first YouTube video, I've shown how to install SQL Server 2017 on a windows machine. In this video I've not only tried to...