Forum Replies Created

Viewing 15 posts - 136 through 150 (of 158 total)

  • RE: Do We Need a PK?

    It seems the question is slightly ambiguous due to a confusion over whether a PK is a theoretical construct or a database element.

    If we look at the PK as a...

  • RE: Wiggle Room

    It seems to me that, while misrepresentation is a problem, the real issue is benchmarks and payment.

    When I do consulting I much prefer to bill by the job/milestone instead of...

  • RE: refreshing excel pivot table from ssis

    Pretty much anything you can do in Access VBA you can do with an ActiveX script task. You can use VBScript for an ActiveX script so the conversion isn't...

  • RE: Generic insert & update Procedure

    As others have said. Don't do this. If you think about it, creating a completely generic procedure to insert into the database is exactly the same as just...

  • RE: Mining or Profiling

    Steve,

    I think that data quality/precision is at least as important as data quantity. Especially in scenarios like weather prediction and terrorist determination. At some point, more data isn't...

  • RE: What's Fair

    Ryan,

    think any remaining items would be related to semantics or preference as opposed to real disagreements

    I agree, but I forgot one comment, you said earlier:

    Good discussion. I never expected...

  • RE: What's Fair

    If the first seller does not maximize their profits, and someone else comes along to buy the good at the lower price to sell at a higher price (and people...

  • RE: What's Fair

    I'm also a member of my community association and we deal with this issue. It would be much faster and cheaper to send emails vice printing a newsletter, but many...

  • RE: What's Fair

    But first come / first serve is a capitalistic option. While it doesn't necessarily maximize profits for the World Series events, it may lead to increased season ticket sales for...

  • RE: What's Fair

    This seems to indicate that you think first come/first serve is not a fair method. I would disagree. This method is very capitalistic, as is the ability for someone to...

  • RE: What's Fair

    > How can we provide fair access to digital goods?

    I have a problem with "fair" in most instances because it is usually just a way of whining.

    However, in the example...

  • RE: ignore insertion

    Muhammad Furqan (10/1/2007)


    i want to insert some data into one table where the data to be inserted is being selected from another table like

    insert into table1 select col1,col2 from table2;

    Try...

  • RE: Trigger problem

    It solved your problem, but I don't think it does what you want it to do. Your trigger is affecting EVERY ROW of the table regardless of which rows...

  • RE: Views and base tables

    Isn't the traditional solution to create Stored Procedures to update the base tables and give the user permissions to the SPs.

    JimFive

  • RE: Incremental Update on Very Large Table

    I didn't notice this originally but as ColDist is a float (consider Decimal/Number) it is possible that the above loop could become an infinite loop due to rounding issues.

    Also, you're...

Viewing 15 posts - 136 through 150 (of 158 total)