Viewing 8 posts - 1 through 8 (of 8 total)
Thank you, That Did it.
Thanks.....
March 31, 2005 at 10:19 am
Thanks for the help. I will try them all and see which one gives me the best results.
March 21, 2005 at 7:13 am
Sorry, Actually they are not dropping the triggers, they are just disable and enabling them.
This triggers are in about 120 tables, so I need a global way to monitor this...
March 16, 2005 at 12:41 pm
Thanks...
Just 2 things
1. Do you mean inside the first exec (exec ('use '+@dbname + update whatever....) or 2 separate Exec()
2. Why does it have to be, the update, in an...
May 14, 2004 at 10:27 am
I took this code from here somewhere and I modified it. Maybe this will help
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
/* How To use this Procedure
exec sa_TraceTrigger @TableName =...
March 3, 2004 at 8:22 pm
I know those, But I used to do this in SQL7. It was something similar. I had to have the Query analyzer open with the store procedure on debug mode,...
January 9, 2004 at 1:13 pm
Ok, That is what I plan to do, To transfer the informacion by CD daily. But this informacion that I transfer by CD will only be the changes since last...
December 22, 2003 at 6:18 pm
Viewing 8 posts - 1 through 8 (of 8 total)