Triggers in sql server

Elad

Member
Joined
Feb 15, 2020
Messages
20
Programming Experience
1-3
Hello!
How to create trigger on remote server?
(Sql server)

For example::
CREATE TRIGGER
[dbo].my_trigger_name
ON [ip/ server name].[table_name]
AFTER UPDATE
AS
{sql_statements...}
 
How is this a C# question?
 
If you look at the description of the SQL Server subforum, it says:
Discussion related to SQL Server and MSDE with C# development

Where is the C# development part of this question?

Would you ask about how to get your fingers unstuck after accidentally supergluing them together in the "glues" subforum of a woodworking forum?
 
If you look at the description of the SQL Server subforum, it says:


Where is the C# development part of this question?

Would you ask about how to get your fingers unstuck after accidentally supergluing them together in the "glues" subforum of a woodworking forum?
Okay, so I did not notice that mistake.
can you help anyway?
 
Most people would just run the SQL commands to create the trigger. What problem or errors are you running into?
 
I Wish to select all store procedures with its contents from Database and records all in a folders. Is this possible using SMO?
 
Let me help you.....

If you get the inkling to create a trigger.....

DON'T.

1658099300951.png
 
Back
Top Bottom