Viewing 15 posts - 1 through 15 (of 62 total)
Thanks, Jerry.
My assumption is that the editions used will mirror what we have, so 2000 Ent gets upgraded to 2008 Ent, and 2000 Std to 2008 Std. This simplification...
September 25, 2008 at 10:39 am
A good analogy for software development can sometimes be legal contract drafting - a contract looks a lot like source code (and often should be more like it).
Before starting, the...
June 2, 2008 at 5:11 am
I really wouldn't want this, even though we probably only have about 1000 devices. Major reasons:
1) Any fault on a user device means a full diagnosis effort; anything could be...
April 21, 2008 at 1:16 am
On a far smaller scale, this is what we also do. As our hosting is outsourced, it also saves money directly as we have fewer physical machines to pay for,...
January 24, 2008 at 1:21 am
Going back to the original question, if the original table is to be dropped, you could build a view that has the same name as the original table and does...
November 15, 2007 at 1:20 am
Two good things about certification: keeps the troops and the customers happy.
As a manager, I can offer training and certification to my team as carrots (this will be good for...
August 8, 2007 at 1:33 am
You might also want to look at this: http://support.microsoft.com/kb/899761.
We are in the middle of some fun with this issue. I'm just a developer, so one step removed, but...
January 30, 2007 at 11:03 am
It's a tricky one - there's a balance to be struck between privacy / freedom and convenience and law enforcement. For instance, when filling in my tax return, I have to put...
January 17, 2007 at 1:51 am
I don't have experience of all the latest tools for PDF manipulation (and this area has grown a lot in the last 5 years), but I have worked inside PDFs....
June 28, 2006 at 1:13 am
Finally I got around to building this function and running it. Had a slight problem in that the syntax checker didn't like @level+1 as an argument, so I had to...
June 23, 2006 at 4:16 am
Best technical fiction? The official Microsoft Word 6 VBA manual. Almost every method I used had the arguments listed in the wrong order, which was fun when writing automation code...
June 16, 2006 at 2:08 am
Thanks so much for this, Tim. I'm ashamed to say I haven't found time to try it out:
June 14, 2006 at 1:15 am
You might try truncating the table instead of deleting. This could (I stress could, because I'm not 100% sure) give you a pointer as to whether the reload is running...
June 1, 2006 at 1:39 am
Sorry if this is stating the obvious, but what are you using to examine the output? If it's Excel, and the output file extension is .csv, then Excel can strip...
March 28, 2006 at 12:43 am
Viewing 15 posts - 1 through 15 (of 62 total)