Hi,I want to use a trigger to do the following:The all complete registers are copied to other database with name DB_AUDITS is a real copy from DB_NORMAL.the triggers is:CREATE TRIGGER TD_ARCHIVOS ON dbo.ARCHIVOSFOR INSERT, DELETE, UPDATEAS Insert Into ARCHIVOS ([ACID] Select [ACID] From DELETED Insert Into ARCHIVOS ([ACID] Select [ACID] From INSERTEDEndGO
is good practice to its? I dont know who do I to pass from DB to DB_AUDITS?