Database Reference
In-Depth Information
5.
Select True for Change Tracking and the Track Columns Updated option to specify
that SQL Server should store the internal change tracking table.
6.
Now the change tracking functionality is applied on the PWD_WEF database, let us
populate the data and perform the DML operations in the dbo.WEF_Passwords
table using the following statements:
INSERT TOP (200)
INTO WEF_Passwords(fullname, per_web_loginy, per_web_
password)
VALUES ('Marketing User', 'MarketUser', 'M@rket1'),
('Inventory User','InventryUser','In&vent9'),
('Business User','BizUser','B7$user'),
('SysAdmin','SA','$ySadm1n')
GO
 
Search WWH ::




Custom Search