Viewing 15 posts - 16,546 through 16,560 (of 18,923 total)
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
This works for me : Select * from dbo.SysObjects for XML auto
June 20, 2005 at 6:47 am
June 20, 2005 at 6:44 am
Just make sure you get the minimum rowcount from the remote server. This will help a lot because it'll be less work for sql server.
Also test a few versions...
June 20, 2005 at 6:39 am
Viewing 15 posts - 16,546 through 16,560 (of 18,923 total)