Latests
Loading...
Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Apr 28, 2015

Using Cursor in Sql server

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 app...

Read more »

Dec 19, 2014

Different Types of SQL Server Functions

Different Types of SQL Server Functions Function is a database object in Sql Server. Basically it is a set of sql statements that accepts only input parameters, perform act...

Read more »

SQL SERVER -1:Store Procedures

SQL SERVER -1:Store Procedures When you need to store or retrieve data that is accessing and manipulating data within a database is a rather straightforward operation ...

Read more »