Viewing 15 posts - 1 through 15 (of 24 total)
sarath (11/7/2008)
Just a mindless rehash of kiddie concepts, copied from elsewhere and changed here and...
November 7, 2008 at 10:32 pm
Hi,
Thanks to all for giving your suggestions and thoughts, "Good comments always boost your confidence" but "Bad comments always boost your confidence to do the best as well as tell...
November 7, 2008 at 10:22 am
Yelena Varshal (12/12/2007)
"....This link also contain CLR Triggers but they can also be a DDL trigger that is why they cannot be count under the...
December 12, 2007 at 12:41 pm
rlondon (12/12/2007)
December 12, 2007 at 9:05 am
Hi guys,
I think question and answer both are correct. because if you people see the question read it carefully,
"How many types of DML triggers in SQL are present? (DML...
December 12, 2007 at 8:06 am
Dennis Wilson (12/1/2007)
December 2, 2007 at 7:56 am
Mike Perkins (11/28/2007)
"Cascade" refers to an implicit action, such as cascade delete or cascade update. In the case of cascade delete, say you have a table Album with an...
November 28, 2007 at 11:26 pm
Hi,
Actually the line which is below:
In case of TRUNCATE and DELETE, because they are deleting data from the table, the DELETE TRIGGER will fire if present and also the INSTEAD...
November 28, 2007 at 9:46 pm
MudLuck (11/26/2007)
This part of the article below has me the tiniest bit flustered as I believe it can take newbie’s down the wrong road.
Author-- "As TRUNCATE resets the identity column...
November 26, 2007 at 11:44 am
Filip Poverud (11/26/2007)
1 - You have a type mismatch in your desription of your statements regarding the table name.
2 - You use the words remove / delete...
November 26, 2007 at 11:27 am
Mike Perkins (11/26/2007)
November 26, 2007 at 1:17 am
For more info regarding Truncate and Delete read the following article.
November 25, 2007 at 1:19 pm
Rajnish Kumar (11/23/2007)
November 23, 2007 at 12:58 am
Paul (11/22/2007)
There was a bit of redundancy in this article. Therefore, please forgive me if I overlooked your mention of a very useful byproduct of using TRUNCATE.
If your table has...
November 22, 2007 at 1:08 pm
Mark Fyffe (11/22/2007)
declare @t1 table
(
c1 varchar(10)
)
insert into...
November 22, 2007 at 10:29 am
Viewing 15 posts - 1 through 15 (of 24 total)