Here is a sql query to find Friday and Saturday in a year. Hope this will help all of us.. …
Apr 28, 2015
Using Cursor in Sql server
A cursor is a set of rows together with a pointer that identifies a current row. In other word, Cursor is a database object used by applications to manipulate data in a set on a row-by-row basis, it's like recordset in C#. …