category

home / developersection / category

Working with SQLite database
database 24-Jan-2015
Working with SQLite database

Hi everyone in this article I’m explaining about how to download SQLite Database and working with SQLite database.

Passing table as a parameter to stored procedure
database 28-Mar-2014
Passing table as a parameter to stored procedure

In this article, I’m going to explain how to pass a table as a parameter to stored procedure in sql server.

Views in SQL Server
database 18-Jul-2011
Views in SQL Server

Views:Views contain row and column as table contains. The fields in a view are fields from one or more real tables in the database. You can add SQL fu

Transaction Control Language:
database 17-Jul-2011
Transaction Control Language:

Transaction Control Language (TCL) is playing an important role in SQL. Transaction control language is used for statements are used to manage the changes made by DML statements.

Stored Procedure in SQL
database 15-Jul-2011
Stored Procedure in SQL

A stored procedure is a precompiled SQL statement that is saved in the database. If you find yourself using the same query over and over again, it would make sense to put it into a stored procedure.

Store image in SQL Server database
database 15-Jul-2011
Store image in SQL Server database

SQL server offers to store image in database. Actually when we want to explore information for appropriate image then it is the best option to store image in database with appropriate information. And it is also cost effective in using webhosting.

SQL Operator’s
database 13-Jul-2011
SQL Operator’s

In SQL Server there are lots of SQL operators which are widely used in SQL query to retrieve data. Some important SQL operators are given as follows:

SQL Introduction
database 12-Jul-2011
SQL Introduction

Before discussing about what is SQL? Firstly we will discuss what is Database? “Databases are designed to offer an organized mechanism for storing, managing and retrieving information.

SQL Data Types
database 11-Jul-2011
SQL Data Types

Data type is type of data or it is a predefined keyword which specifies that, variable hold which types of value. In SQL server there are lots of data such as SQL server data type and user define data types.

SQL Constraints
database 11-Jul-2011
SQL Constraints

Constraints are used to limit the type of data that can go into a table. Such constraints can be specified when the table is first created via the CRE

SQL Clause
database 11-Jul-2011
SQL Clause

In SQL there are many clauses which are widely used in SQL database. In SQL server mainly two clauses are widely used namely: WHERE and TOP. Let’s see these two descriptions briefly.

‘SELECT’ Command with Date Method
database 10-Jul-2011
‘SELECT’ Command with Date Method

SELECT command with SQL DATE method:There is lots of date method which are widely used in SQL server database in which some are given as follows.SELEC