Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL TRIGGERS in Studio

Author  Topic 

p42shsh
Starting Member

1 Post

Posted - 2015-03-31 : 00:17:09
Hello,

I am new to the SQL world and would like to learn how to make a trigger. Can someone walk me through the code?

When i am done, I would like to be able to learn how to

Create a new record in the target table
Populate the target table with static values
Populate the target table with a calculated value
Display the results
Sort the results in ascending or descending order

I think I already have my database linked to the SQL server.

Thanks!
   

- Advertisement -