Skip to content Skip to sidebar Skip to footer
Showing posts with the label Database Trigger

How To Save A Data With Comma In Character Varying That Passes Through A Trigger?

I have a field of type character varying but I get an error when trying to save a data that contain… Read more How To Save A Data With Comma In Character Varying That Passes Through A Trigger?

Sql Azure Database Trigger Notification Hub

I have a SQL Azure database with one table on Azure and I want to trigger my notification hub when … Read more Sql Azure Database Trigger Notification Hub

How Can I Create Duplicate Records Based The Value In Another Table

I have two tables in my database, Work_Order table which is the source table where work order info… Read more How Can I Create Duplicate Records Based The Value In Another Table

Sql Server : Ddl Trigger, Controlling Table Creation

I'm using SQL Server 2008. I'm creating a DDL trigger like this: CREATE TRIGGER tName ON … Read more Sql Server : Ddl Trigger, Controlling Table Creation