MSSQLTips.com - your daily source for SQL Server tips
how can we write the trigger to add 2 columns and result is store in 3rd colum?
Why not just calculate the 3rd value as you need it? You could also look at creating a computed column.