//
archives

MS SQL Server

This category contains 2 posts

SQL Cursor

SQL Server is very good at handling sets of data. For example, you can use a single UPDATE statement to update many rows of data. There are times when you want to loop through a series of rows a perform processing for each row. In this case you can use a cursor. read more  

MS SQL Server Job

A SQL Server job is a collection of steps executed by the database engine by SQL Server Agent. The job can perform many different functions within it that can save time and effort on the part of employees. Let us consider a procedure PrcDailyUpdateForecast which will be executing hourly. Minimally, it takes two or three … Continue reading »

Archives

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 21 other followers

Follow

Get every new post delivered to your Inbox.