Viewing 15 posts - 4,726 through 4,740 (of 6,216 total)
System DSN's are stored in HKey_LocalMachine, User ones are stored in Hkey_CurrentUser, File DSN's are stored in the file system. You use a user DSN if you want the setting...
March 18, 2002 at 5:20 am
I've done it many times with no issues, no reason there should be even. The problem is that you have to stop the service on the source machine to make...
March 18, 2002 at 5:14 am
Probably worthwhile to run Profiler for a while, capture what's going on, may give you insight into what part of your app was running when the problem occurred.
Andy
March 17, 2002 at 6:14 pm
The ADO stream object is probably the best. Check out this link:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q258038
Andy
March 17, 2002 at 6:12 pm
Once you get beyond a few users you generally use SQL. Also I think that across a WAN you'll see better performance. You can still build front ends in Access...
March 17, 2002 at 6:27 am
Try MDAC 2.6. MDAC 2.5 doesn't support named instances directly, you have to configure an alias to get it to work. I've had no problems with 2.6.
Andy
March 16, 2002 at 12:38 pm
Sometimes. Overall we've done pretty well, we always encourage posters to come back and let us know the resolution. Sucks to be trying to solve a problem and find the...
March 16, 2002 at 12:36 pm
I only have two so I've had no need so far. Havent used it enough to know what issues might be involved if you have a problem with msdb on...
March 15, 2002 at 9:36 pm
I don't have any experience running a huge enterprise but from what I've seen SQL and Win2K is pretty stable, just booted one of my boxes after 180 days -...
March 15, 2002 at 10:43 am
Just DMO won't be enough, servers don't have to publish themselves so you could have a hidden server running SQL. Haven't thought about a good way to find ALL of...
March 15, 2002 at 10:39 am
You might want to look at my article:
http://www.sqlservercentral.com/columnists/awarren/alterreplicatedtable.asp
Robert Marda had a post about altering the system tables to make it "not replicated" long enough to alter a constraint - take...
March 15, 2002 at 10:37 am
Freezes doing what? Most likely it is client code, not the server - far less likely to have locking issues with SQL compared to Access.
Andy
March 15, 2002 at 10:32 am
I think it might get used. My advice is to make it work first, then add bells and whistles!
Andy
March 15, 2002 at 4:51 am
Yes, there can be multiple rows in the inserted table. Triggers fire per transaction, not per row. ALL triggers should be coded assuming that multiple rows will be affected. The...
March 14, 2002 at 5:16 pm
You could create an alert that would run the job again. Or just have a job that checks every hour or so to start any replication job that is not...
March 14, 2002 at 5:15 pm
Viewing 15 posts - 4,726 through 4,740 (of 6,216 total)