Viewing 15 posts - 1,876 through 1,890 (of 6,216 total)
We can probably support the web space, don't know about letting them upload via Snitz - will have to see why we don't right now. For now if anyone wants...
July 22, 2003 at 9:44 am
Well said. That reflects a lot of what we were thinking. The counterpoint (that we were thinking) is that technical material is hard enough to read/learn when written very clearly...
July 21, 2003 at 2:58 pm
Deadlocks are bad no matter where they happen. You might try making the cursor local and read only.
Andy
July 21, 2003 at 1:01 pm
My fault on the English - we haven't decided what to do just yet. Clearly if can't follow the article it's of no value, yet we don't have time to...
July 21, 2003 at 11:27 am
Are they indexed the same? The different might be in page splitting, you have very little free space per page in table A.
Andy
July 21, 2003 at 11:25 am
A simple way is to use write something to pick up the file into a string, pass into OpenXML. SQL also has some bulk load facilities for XML, we had...
July 21, 2003 at 11:24 am
I use the designer up front and stick with that if I can. It takes a lot of code to do what the designer does. Even if you need to...
July 21, 2003 at 11:23 am
BCP should generate its own header I think. You need something else?
Andy
July 21, 2003 at 11:22 am
July 21, 2003 at 7:53 am
Im not much of an XML fan either, but in many cases the extra overhead is worth what you get out of it. Using the DOM requires you to read...
July 21, 2003 at 4:31 am
I use the tickler file myself. If you're really concerned that you don't have it all, put the file length in the tickler. You can also list all files concerned...
July 20, 2003 at 6:25 am
I dont know that its a ridiculous limitation. Cascading deletes are there for precisely this case, to save writing a lot of extra code in the triggers. Once you decide...
July 20, 2003 at 6:24 am
To distribute the server you'd have to deal with licensing, and even then its better handled as separate installs (one for your app, standard one for SQL). Unless you're using...
July 20, 2003 at 6:20 am
Sounds like a bad client install - try rerunning just the client tools portion.
Andy
July 18, 2003 at 10:02 am
I've made it a practice to qualify everything. I think it's better coding regardless of performance implications. I think it does affect performance still, without a table owner at any...
July 18, 2003 at 10:01 am
Viewing 15 posts - 1,876 through 1,890 (of 6,216 total)