Viewing 15 posts - 16,546 through 16,560 (of 18,926 total)
I can't think of a query that would absolutely require the use of 50 subqueries... I'd like to see one though
.
June 20, 2005 at 10:58 am
You design is flawed. The type colum should be placed into its own table like so :
Table orderTypes
orderid, step, Type (all this being your clustered primary key)).
Then do...
June 20, 2005 at 10:18 am
Don't discount Joe's comment so easyly, he's 1000000000 % right about this. This is presentation work, and such work should be handled at the client side of the application....
June 20, 2005 at 10:14 am
That's for inserting a new column in the design. If you try the same thing for an actual row of data, the new line will still be inserted at...
June 20, 2005 at 10:10 am
Can you post the query you are using??? It's gonna clear up a lot of misconceptions about your work
.
June 20, 2005 at 9:59 am
No it's not true. It true that it's best to keep a few gig of spare for backups/restore operation, but 40-1 is jut ridiculous.
There's another claim like this one...
June 20, 2005 at 9:05 am
That's not unelegant. It's the way it should be.
June 20, 2005 at 8:40 am
You're better off moving the history data into an history table. The primary key there would the the primary key of the main table + DateModified
June 20, 2005 at 8:08 am
Depends how you filter the set. I don't know how Oracle optimization works. You'll have to do your tests yourself to answer that one.
June 20, 2005 at 7:33 am
If you use the openxml functions in vb, you'll be fine. The 2000 limit is for display only and in QA only.
June 20, 2005 at 7:30 am
I just can't see how you cannot adapt that script. What's wrong with it??
June 20, 2005 at 7:25 am
It's not undocumented. It's just the way it works, and it can cause problems sometimes.
June 20, 2005 at 7:12 am
Each line seems to have between 35 and 40 characthers. (6*40 = 240). So I guess that it would be the most likely answer, but untill we hear from...
June 20, 2005 at 6:58 am
Just to clarify :
Tools / Options / Results / Max Charaters per column, mine is set to 2000.
Btw I was using QA to test my results.
June 20, 2005 at 6:51 am
Viewing 15 posts - 16,546 through 16,560 (of 18,926 total)