This example will show you how to create AFTER UPDATE triggers in SQL Server? CREATE TRIGGER UPDATETrigger ON [NORTHWND].[dbo].[Region] AFTER […]
Updated on Kisan Patel
This tutorial will show you how to create AFTER INSERT triggers in SQL Server? Here, AFTER INSERT trigger executes after […]
Updated on Kisan Patel
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
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