Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Triggers Examples

    I dont have any idea about SSIS package. I tried to make new Flat file in SSIS but not worked. Can u please give me practical example.???

  • RE: Triggers Examples

    Thanx for the reply. I did the same on the same server but its not working. Actually i wanted to do the same on two different Sql server. My one...

  • RE: Triggers Examples

    Thanx for the reply. I did the same on the same server but its not working. Actually i wanted to do the same on two different Sql server. My one...

  • RE: Triggers Examples

    Hi all,

    following is my trigger:

    CREATE TRIGGER trigger1 ON Table1 after Update AS

    begin

    INSERT INTO table2

    SELECT * from inserted

    end

    in above Query...

Viewing 4 posts - 1 through 4 (of 4 total)