c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "SQL"

How to export data from Remote server to local server using SQL server?

| | Category: SQL

In this tutorial I will show you how to export data from remote server (godaddy live server) to local database. First of all create a database name in local server (any name) called “godaddyBackup”.

How to Generate Script for both schema and data using SQL server management Studio 2012

| | Category: SQL

In this tutorial tutorial I will demonstrate you how to generate SQL Query Script for both schema and data using SQL Server management Studio 2012.

The following data type properties of column do not match those of Data type, length, precision.

| | Category: SQL

Initially I want to apply the foreign key for Student table .But the error occurred. Because of variation in data type. I got the following error “The following data type properties of the column do not match those of Data type, length, precision”

How to change password in asp.net using c#?

| | Category: c# .net

In this article I will show you how to change password code in c# asp.net. For change password, first the user needs to register the details. When the registered user wants to change the password, he/she has to login into the account with username and password.

How to create login page in asp.net?

| | Category: .Net

In this article I will show you how to create asp.net c# login page code with sql database. In this login form multiple user can login with the form, If the username and password matches with the database it allows user to login.

How to add checkbox in dropdownlist using jQuery?

| | Category: JQuery

In this article, I will show you jQuery dropdownchecklist example using SQL server in asp.net mvc. Use JQuery multiselect bootstrap plugin along with bootsrap css, so that you...

Procedure or function has too many arguments specified-dapper c#

| | Category: c# .net

I am using dapper, I got the following error message “Procedure or function has too many arguments specified” while inserting data into database.

CURD operations in asp.net mvc using dapper example c#

| | Category: asp.net MVC

In this article, I will show you how to insert, update, delete in asp.net mvc using stored procedure in asp.net mvc dapper.

How to insert data using stored procedure in asp.net mvc dapper example?

| | Category: asp.net MVC

In this article, I will show you how to insert data and get a return value Reference ID from stored procedure in c# asp.net mvc dapper. The reference Id will be generated from database and it is the combination of the first four letters of the ItemName and Itemid.

Custom Paging SQL Server example

| | Category: SQL

In this article, I will show you how to implement custom paging in SQL servre 2008. I used ROW_NUMBER() in where clause to achieve ms sql paging.

Page 2 of 5