Detail Form
We will send your result on your email id and phone no. please fill detail
In an SQL Server, consider the following trigger on the sales table:
Create trigger trgSalesDel
On DB_Sales
For delete
As
Rollback transaction
Delete DB_Sales
Where datepart(yy,tran_dt) < 2000
You are mastering the company database. You should back up the database every day. You should also make transaction log backups every afternoon and morning. You should know that the content of the log will get larger and larger. You should take measure to do the log file. Which of the following is the correct answer?