Viewing 15 posts - 4,681 through 4,695 (of 6,216 total)
Rebuilding your db is a huge amount of work, lots of stuff getting moved around in the mdf. Not much you can do about the log file size. That's why...
March 22, 2002 at 5:47 am
March 22, 2002 at 5:43 am
I think there was an article in MSDN Mag last year about it - Johnny Papa wrote it I think.
Whether or not you apply true db standards I guess depends...
March 22, 2002 at 5:42 am
I don't see anything wrong with putting in the db. What structure you use will depend on your needs. If a flat table will do it, why not? If you...
March 21, 2002 at 11:28 am
Agree that absolutes are bad. Some are worse than others though.
Andy
March 21, 2002 at 10:59 am
I think you need to trap it in CF. That's how it's done in VB anyway.
Andy
March 21, 2002 at 10:44 am
Attach works well. It automatically upgrades the structure of the mdf to the SQL2K format when you attach, so you can't move it back to SQL7 later by detaching again.
Andy
March 21, 2002 at 10:35 am
Not that I've had. If anything its a good setup, since you'll be testing with less horsepower than you'll have in production. If it runs ok on your development box...
March 21, 2002 at 7:56 am
Probably the best you can do is just set up a table that parallels sysobjects - if you use the same objectID then you can enter a comment for anything,...
March 21, 2002 at 7:55 am
20k is a lot. It would be a good sized XML doc and XML docs aren't small to start with. Shouldnt be too bad if just an int and you...
March 21, 2002 at 7:32 am
I'd say that's a fair point. But how much does it really cost? One thing I teach is to build as much data integrity into the table as you can....
March 21, 2002 at 7:26 am
Parameters is the usual approach. Not a great one, but it works. OpenXML offers some great alternatives, you can send over the equivalent of a shaped recordset (or a plain...
March 21, 2002 at 5:09 am
Maybe that's a more correct way of putting it, but does it really make a difference? Sometimes it IS helpful to explain things the right way, sometimes the result is...
March 21, 2002 at 5:00 am
Thanks for the feedback. UDL's are handy, not just for DTS packages. Every little bit helps later on.
Andy
March 20, 2002 at 8:23 pm
Viewing 15 posts - 4,681 through 4,695 (of 6,216 total)