Change the password of SqlServer This is the common problem of new learner and programmer how to change the password of the SQL server in any versi…
Read moreHere I am showing function which converts number value to words. You need to do just pass number in the parameter. this function converts Number to …
Read moreThe DataGridView Control in dot net(c sharp) is the very useful data control. The DataGridView control makes it easy to define the basic appearance…
Read moreSqlTransaction class perform the sql transaction in c sharp these are the main thing to be kept in mind Create connection, create t…
Read moreDifference between local temporary table) and global temporary table are #TABLE(Local Temp table) Temp tables are available ONLY to the one ex…
Read moreTo create table using wizard in Sql Server we have to follow the following steps. 1. Expand database and right click on the table Create Table …
Read moreUsing Sql Query editor CREATE DATABASE [tutorialsdb] CONTAINMENT = NONE ON PRIMARY ( NAME = N'tutorialsdb', FILENAME = N'C:\Progra…
Read moreCreating New Databse in Sql Using wizard 1. Right Click on the databse as shown in the figure 2.Give the name of the database name and if you wa…
Read moreupdate Trigger is very useful if you keep your deleted record or which data is replaced with new , here i have one table called tbluser which have a…
Read moreThere may be many duplicate data in database so we need to delete it. But remember we have to keep one row of same data other wise it would be detel…
Read more
Social Plugin