Is it possible to create a new trigger for a SQL 2000 Database using SQL Server Management Studio Express?
hi,
yes...
connect to the desired instance.. select the required database and navigate to the "table" node.. expand the desired table/view object and select the Triggers node.. right click and write your trigger.. a template is presented as well..
or just open a new query window, select the desired database and type the trigger code..
regards
No comments:
Post a Comment