newB question: related tables question

Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.

  1. #1

    Default newB question: related tables question

    hello
    i have a data base with 10 tables, i want to automaticaly creat a row in all
    of the tables wehen i create in the first one.
    normal table relation didn't work for me , so what are they? what is these
    relations functionality? i have creted relation between my tables, but when
    i add a row nothing happems to other tables.
    shall i user stored procedures for this?
    thanks in advance


    Blue man Guest

  2. Similar Questions and Discussions

    1. Newb question
      I have a little project which should be quite simple really, but I'm struggling with. Essentially I'm setting pictures to music, but the music is...
    2. Question (newb)
      hi, (thanks for reading this) I would like to know if FMS is needed to create a video sharing site like YouTube, Google Video, Putfile. Is FMS...
    3. Newb question!!
      yo, Im just a newb when it comes to flash but i want to ask you all how it comes that my site doesnt load quick with that flash movie its only...
    4. Help on actionscript, newb question
      Ive got a question, i cant import a song that is mp3 format into one of my flash animations. I try to import it, and it gets cut off a few seconds...
    5. Legal PHP related question!
      Is it illegal for me to set up a site where people can pay to be notified if another site changes? Let's say I use PHP to watch all sites in a...
  3. #2

    Default Re: newB question: related tables question

    You could create a trigger on the primary table and then propagate to all
    the secondary tables. You could also use DRI for this if you are on sql2k.

    [url]http://msdn.microsoft.com/library/en-us/tsqlref/ts_create2_7eeq.asp?frame=true[/url]
    [url]http://msdn.microsoft.com/library/en-us/tsqlref/ts_create2_8g9x.asp?frame=true[/url]

    --
    -oj
    RAC v2.2 & QALite!
    [url]http://www.rac4sql.net[/url]



    "Blue man" <famebluerain@yahoo.co.uk> wrote in message
    news:uJY7JprPDHA.2476@TK2MSFTNGP10.phx.gbl...
    > hello
    > i have a data base with 10 tables, i want to automaticaly creat a row in
    all
    > of the tables wehen i create in the first one.
    > normal table relation didn't work for me , so what are they? what is these
    > relations functionality? i have creted relation between my tables, but
    when
    > i add a row nothing happems to other tables.
    > shall i user stored procedures for this?
    > thanks in advance
    >
    >

    oj Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139