March 22, 2004 at 1:37 am
Hi Gurus,
How can I create Table link ( with cascading or without cascading ) from T-SQL
My Blog:
March 22, 2004 at 1:39 am
Hi,
Table link?? U mean relationship right??
March 22, 2004 at 1:44 am
Thanks for the prompt reply
Yes it is regarding a relationship
My Blog:
March 22, 2004 at 1:52 am
Hi,
When you define the relationship add:
ON DELETE CASCADE or ON UPDATE CASCADE
onto the end of the constraint definition.
Hope this helps.
March 22, 2004 at 2:35 am
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply