A cursor is a database object used retrieve data from a result set one row at a time or row-by-row […]
Updated on Kisan Patel
There are several Input elements in ASP.NET MVC Razor view you can use them differently. Here we are list out HTML Helpers […]
Updated on Kisan Patel
Yes, it is possible to create primary key on combination of columns on the table. To do that select columns […]
Updated on Kisan Patel
Adding a new column as auto increment to the existing database table is not possible through the SQL Server Management […]
Updated on Kisan Patel
To specify see value and increment value to the auto increment column in the existing database table, we pass parameter […]
Updated on Kisan Patel
To create a new column in the existing database table as primary key and auto increment, execute following script in […]
Updated on Kisan Patel
This tutorial will explain how to create a new database user for SQL Server database in SQL Server 2008, SQL […]
Updated on Kisan Patel
This tutorial will explain you how to take a backup of a database or create a backup file (.bak) of […]
Updated on Kisan Patel
This tutorial will explain you how to restore a database using SQL Server Management Studio. To restore a database in […]
Updated on Kisan Patel
This tutorial will explain you how to return records in Group by a column value with HAVING and WHERE clause in […]
Updated on Kisan Patel