Forum Replies Created

Viewing 15 posts - 55,516 through 55,530 (of 59,067 total)

  • RE: can''''t update

    Care to share the solution?

  • RE: Word count

    What was the question???? And, if you solved it, what was the answer???

  • RE: osql Cursor values to output file

    You bet... thank you for the feedback.

  • RE: Recursive trigger ?

    That's basically what Tomm's solution does

  • RE: Pass atemp table

    Heck... I know that... but now you have code to maintain in two places if the requirement for the schema of the temp table changes.  Yeah, I know... it's a...

  • RE: The T-SQL Quiz

    Aw... I know what to do with this... Bankers Rounding!  Helps the 15's even out

  • RE: Revisit What You Know

    Another analogy... ask the people that have suffered "brown lung" disease or sudden near death or Anaphylactic shock due to contact with the oils from certain woods what they...

  • RE: can''''t update

    I'm confused... you post a SELECT and call it an UPDATE (I have the following update statement that joins to a view).  You want to limit to "just those for postal...

  • RE: View

    You can simply remove the join that's automatically created between SysID's in EM in the design mode.  Then, create whatever view you want using your own joins.

  • RE: status = 0 in Sysindexes

    Ummm... Not quite true unless you know how to use IndexProperty to identify if it's a primary key or not... If you know a way to do that, I'm all...

  • RE: Identity columns and primary keys in a many to many example

    Stephen,

    I agree... you did it correctly and the tool is wrong.  Obviously, the tool doesn't know what the heck a cross-reference table is. 

  • RE: Cursor for update result in loop...

    We had the same problem where I work.  The REAL problem is the sequence table... the code called SPGetNextSequence can only return one sequence number (think GET NextID).  This will...

  • RE: Pass atemp table

    What makes it questionable (in my feeble mind) is the idea of code reuse... those other stored procedures rely on the temp table being there when they start... you can't...

  • RE: 10 Top 1 rows chosen at random

    quoteA relational database doesn't really do random well...  If you want truly random results from one query to...
  • RE: duplicate

    And, what is the Primary Key of the table?

Viewing 15 posts - 55,516 through 55,530 (of 59,067 total)