Categories
PHP

How To Create Dynamic And Responsive Image Slider In PHP

How To Create Dynamic And Responsive Image Slider In PHP In this tutorial i will teach You How To Create Dynamic And Responsive Image Slider In PHP.We are using MySQL as back-end.For this we are using FlexSlider and CSS3.To start with it we have to create a table in MySQL.In this example we have one column […]

Categories
Sql Server

How To Backup All Database In SQL Server Which Are Online

How To Backup All Database In SQL Server Which Are Online In this tutorial i will explain How To Backup All Database In SQL Server Which Are Online.We are using CURSOR to achieve this.Cursor is a database object used by applications to manipulate data in a set on a row-by-row basis. Script: DECLARE @name VARCHAR(50) — database name DECLARE @path […]

Categories
Sql Server

What Is Function In SQL Server and How To Use It

What Is Function In SQL Server and How To Use It In this tutorial i will let you know What Is Function In SQL Server and How To Use It.Function is a Transact-SQL or common language runtime (CLR) routine that accepts parameters, performs an action, and returns the resulte.The return value can either be a […]

Categories
Sql Server

Difference Between Primary Key and Unique Key

Difference Between Primary Key and Unique Key In this post we will see the Difference Between Primary Key and Unique Key.Primary key and Unique key which seems to be identical, but they are different in features and behavior.We already discussed on our earlier post about Primary key & Unique Key. Difference between Primary key and Unique key: Primary […]