Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Question assigning IDENTITY values

    oh its normalized, i'm doing a data clean up/data mining project, that information is some of the columns from my joined view that I work off of. the TranTypeName use...

  • RE: Question assigning IDENTITY values

    well I guess that would be a pretty crapy omelette.  and I know what your getting at.  But what I'm trying to do here is figure out a way to automatically assign...

  • RE: Question assigning IDENTITY values

    Do you have any insights as to where I might be able to read up on programing such a task?  There is quiet a few records and would be a...

  • RE: Having Troubles with INSERT INTO

    wow, looks like i'm going to study this programming for alittle while before I use it.  More complex then what i've delt with so far.

    Yep, I read that article Remi,...

  • RE: Having Troubles with INSERT INTO

    not sure i'm following you.  First I guess i'm going to have to research into dynamic SQL to understand what that is first.  And second, this is just a TestTable...

  • RE: Having Troubles with INSERT INTO

    Great thanks, that worked perfectly. So I put it together with this query and it updates my tables just the way I like it:

    BEGIN

     UPDATE TestTableA

      SET TestTableA.Price2 =...

  • RE: How to place conditions in CURSOR

    well, not really looking for the most current record, I can get that with a sime MAX(column) and GROUP BY function, what i'm trying to build is a condition that...

  • RE: How to place conditions in CURSOR

    Well, I tried to keep the syntax that same as how you had it, but ended up having to modify it quite a bit to get it to work. this...

Viewing 8 posts - 1 through 8 (of 8 total)