Forum Replies Created

Viewing 15 posts - 56,716 through 56,730 (of 59,067 total)

  • RE: HOW TO TRACK OR REGISTER INSERT, DELETE, UPDATE

    Yep, I agree... triggers will normally do the trick.  My only concern with triggers would be that folks with DBO, SA, DDL Admin, and (I think) Bulk Insert Admin privs...

  • RE: Help - How to build this query

    Hi Lowell,

    Heh... Not to worry, Lowell... as always, your response shows the good person you are.

    The give away is normally a question laid out so well that if the person...

  • RE: Newbie needs some T-SQL help, please

    If it's a once per month report as you say, Craig, then a view offers no particular advantage because the underlying data will have changed enough to force a "recompile"...

  • RE: Select nthrow to mth row

    Lowell covered that... you just need to modify the numbers in the "row 5 through row 12" example you asked for and he gave.  If you are using SQL Server...

  • RE: Select nthrow to mth row

    Ah... got it... especially the part about developers thinking that data is stored in a physical order... thought you were just being obvious and that's not the case at all. Thanks...

  • RE: HOW TO TRACK OR REGISTER INSERT, DELETE, UPDATE

    You'll need to do a fair bit more reasearch, but this snippet from Books OnLine (found under "auditing", imagine that?) should help you get started...

    C2 Auditing

    C2 auditing is necessary...

  • RE: Newbie needs some T-SQL help, please

    Be careful using "Views of Views"... the outer view will frequently cause the inner view to fully materialize it's rows especially when aggragates are used in the outer view... it...

  • RE: Help - How to build this query

    And... he's learned nothing because none of you asked him to show what he tried on what is very likely to be a homework problem...

  • RE: How to solve the conflict between INSERT and DELETE

    I believe adding the transaction increases the chances of a deadlock... better to let it wait than to form deadlocks.

  • RE: Select nthrow to mth row

    ??? I'm thinking that Lowell covered that pretty well...

  • RE: Newbie needs some T-SQL help, please

    How far back ya wanna go on the Month-x columns?

  • RE: Grouping by min/max in a series

    Heh... yeah... I remember that discussion... It's a bloody shame that Microsoft keeps changing features to bugs especially on things like this... no wonder lot's of folks are hesitant to...

  • RE: T Minus 6

    Well... hats off to MS... ALL of our servers had the MS patch and all switched time correctly at the appointed time.  Even my home machine updated correctly and on...

  • RE: Grouping by min/max in a series

    Peter,

    Ol' friend, thanks for the feedback.  I haven't been "blessed" with 2k5 yet, so I always wonder how these things work out there.

    Yes, you're correct.  Randy originally said that this...

  • RE: Grouping by min/max in a series

    Randy and Ken,

    Yeah, it's pretty much an addiction to me.   Thanks for the feedback... it's part of the addiction

Viewing 15 posts - 56,716 through 56,730 (of 59,067 total)