Viewing 4 posts - 1 through 4 (of 4 total)
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.???
April 3, 2014 at 2:58 am
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...
April 2, 2014 at 11:29 pm
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...
April 2, 2014 at 11:23 pm
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...
April 2, 2014 at 4:51 am
Viewing 4 posts - 1 through 4 (of 4 total)