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 app...
Feb 25, 2015
Important SQL Query
Here are some important and necessary SQL server queries.
Feb 23, 2015
How to upload data from excel using Sql Query
Today i will show you here how to upload data from excel using Sql Query. First run the following code after running SQL SERVER as adm...
Feb 4, 2015
MVC 5 step by step:1
As the title promises “Learn MVC in 7 days” , so this article will have 7 articles i.e. 1 article for each day. So start reading this tuto...
Dec 19, 2014
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...
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 ...