Viewing 15 posts - 136 through 150 (of 158 total)
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...
December 11, 2007 at 9:42 am
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...
November 9, 2007 at 7:51 am
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...
November 6, 2007 at 7:23 am
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...
November 6, 2007 at 7:10 am
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...
October 29, 2007 at 6:23 am
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...
October 26, 2007 at 12:53 pm
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...
October 26, 2007 at 10:24 am
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...
October 26, 2007 at 9:34 am
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...
October 26, 2007 at 9:18 am
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...
October 26, 2007 at 8:54 am
> 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...
October 26, 2007 at 7:10 am
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 likeinsert into table1 select col1,col2 from table2;
Try...
October 2, 2007 at 8:24 am
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...
October 2, 2007 at 8:13 am
Isn't the traditional solution to create Stored Procedures to update the base tables and give the user permissions to the SPs.
JimFive
September 17, 2007 at 6:59 am
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...
August 28, 2007 at 7:55 am
Viewing 15 posts - 136 through 150 (of 158 total)