Viewing 6 posts - 1 through 7 (of 7 total)
Yup Journeyman, this is the answer to my question.
Sorry guys if the question was ambigous...I know how to write sql to "script" disable trigger (that's why I didn't post...
October 28, 2013 at 7:48 am
Ok, I know about that, but the question was: can you script DISABLE TRIGGER from SSMS?
October 26, 2013 at 10:48 am
If you need dynamic number of columns, the only way I know to do it is with dynamic sql.
October 25, 2013 at 4:04 am
Sorry, replace Transaction 1 and Transaction 2 with Insert 1 and Insert 2. As it is, it might give an impression of nested transactions and that's not the case. Inserts...
July 26, 2013 at 5:50 pm
Tnx, this is a great solution, didn't come to mind when I was writing the code (it was more classic "hurry up" approach 🙂 ), although I did wrote few...
April 16, 2009 at 9:55 am
I'm all for declarative and rarely or almost never use while loops or cursors, but how would I go about doing this without while loop...btw I'm writing this in a...
April 15, 2009 at 11:55 am
Viewing 6 posts - 1 through 7 (of 7 total)