Viewing 8 posts - 76 through 83 (of 83 total)
My task has been changed now a little bit but makes a big diference in code.
I need to setup a trigger so that whenever a certain column is removed from...
October 16, 2009 at 6:13 am
Thank you very much man.
Your help is really appreciable.
October 15, 2009 at 1:24 pm
So if at all i want to write a code for a trigger for deletion of a value then should i write a trigger for UPDATE?
October 15, 2009 at 1:14 pm
I am not inserting those 4 rows cause they are already in the Schema2.DIMCNAM
I am just leaving them as it is. I dont have to bother about future data since...
October 15, 2009 at 12:55 pm
I have seen both the tables
Schema2.DIMCNAM has a Identity column col1
Schema1.DIMCNAM also has col1 as identity columns
We dont need to bother about Schema1.DIMCNAM
col1 has only 4 values on common...
October 15, 2009 at 7:28 am
I will try to explain my issue in detail
I have a table in two schemas.
Schema1.DIMCNAM and Schema2.DIMCNAM
They are connected through SSIS.
Whatever data is in Schema1.DIMCNAM is there in Schema2.DIMCNAM and...
October 14, 2009 at 12:22 pm
Thanks for taking interest in my problem
Those identity columns are already been set. I dont have an option to change them.
All i have to do is to create a trigger...
October 14, 2009 at 8:33 am
I really appreciate your help man
Thank you very much for this
And about the IF statement
I have like this in my Specification
Original Value --------> ...
October 11, 2009 at 10:55 am
Viewing 8 posts - 76 through 83 (of 83 total)