Viewing 15 posts - 20,596 through 20,610 (of 26,490 total)
Have you looked at my trigger code? It doesn't use MAX() and it is an AFTER INSERT trigger, not an INSTEAD OF trigger.
The inserts may be somewhat slower, but...
June 4, 2009 at 7:05 pm
Here is my test code creating a trigger to handle realtime updates. Please note that I create the trigger after inserting and updating the initial test data first.
Unfortunately, I...
June 4, 2009 at 4:36 pm
The first thing I'd like to emphaize is that having your clustered index on the ID column (identity column) is not necessarily the best idea. You also need to...
June 4, 2009 at 3:44 pm
Please don't cross post.
Please post replies here.
June 4, 2009 at 1:30 pm
Here is a variation using a CTE and the row_number() function. Not wanting to fight with it, I am just sending it up as a attachment as well.
June 4, 2009 at 12:30 pm
Depending on how many of these values you may have in a row, I'd consider using the bit data type.
June 4, 2009 at 12:27 pm
Alvin Ramard (6/4/2009)
WayneS (6/4/2009)
Hey friends, please help me out here. I'd really like to have an understanding of why this changed.Thanks!
You can get points quickly if you ask questions here...
June 4, 2009 at 12:16 pm
J-F Bergeron (6/4/2009)
Lynn Pettis (6/4/2009)
For some reason, I can't post the code directly. Please see the attached file for something I hope helps.
Hey Lynn, I've been trying to do...
June 4, 2009 at 12:11 pm
Lynn Pettis (6/4/2009)
Gaby Abed (6/4/2009)
Lynn Pettis (6/4/2009)
Oh, please tell me exactly what I need to do. I have NO IDEA how to look things up in BOL.
Was that Mr....
June 4, 2009 at 12:06 pm
Gaby Abed (6/4/2009)
Lynn Pettis (6/4/2009)
Oh, please tell me exactly what I need to do. I have NO IDEA how to look things up in BOL.
Was that Mr. Echo from...
June 4, 2009 at 12:02 pm
For some reason, I can't post the code directly. Please see the attached file for something I hope helps.
June 4, 2009 at 12:00 pm
Hello.. Hello .. Hello .. Seems we got an echo in this thread.
June 4, 2009 at 11:52 am
By the way, BOL (Books Online) is a great resource for just this type of question.
June 4, 2009 at 11:08 am
Krasavita (6/4/2009)
Where do I put the name of the field (not the data)
Try putting the name of your field where the sample data was put in the post above.
June 4, 2009 at 11:02 am
Viewing 15 posts - 20,596 through 20,610 (of 26,490 total)