Viewing 15 posts - 1,741 through 1,755 (of 6,216 total)
Not that I recall seeing. Might try the FoxPro newsgroups.
Andy
August 19, 2003 at 5:11 pm
Have not. Installed XML on both server and locally?
Andy
August 19, 2003 at 5:10 pm
Both good products (and both have supported our site with advertising), but I think Litespeed has the edge in performance. Definitely worth a try. Steve Jones has a review of...
August 19, 2003 at 4:56 pm
Havent run into that before. Good that you've isolated to MMC. You might try something like Dependency Walker to find all the dependencies, see if any that are write protected?...
August 19, 2003 at 4:55 pm
Definitely read all you can on dynamic sql, not just for security but performance too. One thing you can do quickly, check for semi colons - the most common hack...
August 19, 2003 at 4:52 pm
Let me add my congratulations/thanks as well - we appreciate both of your contributions to the community!
Andy
August 19, 2003 at 4:49 pm
Sure you're getting the same kind of disk performance you had before?
Have you contacted Litespeed? They have been first class to deal with, they might have an idea.
Andy
August 19, 2003 at 4:48 pm
I think you should spend some time trying replication in a true test environment before deploying to production. Adding replication adds some complexity and it does add some load (relatively...
August 16, 2003 at 7:55 am
One thing to do is see if the dump file points to a specific query that is causing the problem, that will give you more to work with. I'd really...
August 16, 2003 at 7:50 am
I dont think you want a trigger - that could be an extremely long running transaction. A better/simpler approach is to save the changes in a separate table, once you...
August 16, 2003 at 7:47 am
Not much you can do other than try it and see what happens. A lot depends on how heavily loaded the box is now and whether any of that load...
August 16, 2003 at 7:44 am
I'm still taking the other side on this. Using components with service accounts - to me - increases the complexity for simple apps and to me sidesteps part of what...
August 16, 2003 at 7:43 am
I think DBA's like coding their own, in part because we learn from doing so and in part because we want to know what's going on. I use black box...
August 16, 2003 at 7:38 am
Another reason this can happen is if you're running transactional replication and the log reader isn't running.
Andy
August 16, 2003 at 7:32 am
Looks like a network issue. Do you get the error from multiple machines? If only one machine might be as simple as a bad NIC or bad patch cable. If...
August 16, 2003 at 7:31 am
Viewing 15 posts - 1,741 through 1,755 (of 6,216 total)