Viewing 15 posts - 5,866 through 5,880 (of 6,216 total)
Check MSDN, I believe there is a known issue about this behavior in Access. One way to work around would be modify the normally hidden system table that stores the...
September 18, 2001 at 3:43 pm
With a remote server you might be getting a timeout. I dont use DTC a lot, thought that most any error would cause the transaction to abort. You might try...
September 18, 2001 at 3:39 pm
Logging is based on what kind of mode your db is in. If you set it to simple, truncate on checkpoint, that eliminates the problem of the log filling your...
September 18, 2001 at 3:34 pm
Only advice I can offer is to give them the minimum privileges possible.
Andy
September 18, 2001 at 10:09 am
For the SQL exams I wouldnt expect a working DBA to spend more than 30-40 hours per test preparing - no matter what your skill level, you have to prepare...
September 18, 2001 at 10:02 am
I dont think there is a way to do this - Steve? Don't know that it would be hard to implement if MS wanted to.
Andy
September 17, 2001 at 6:55 pm
Ok, here is another attempt, see what you think. Sean & I were discussing this today, other ideas we had were to use the paging ability of ADO, use a...
September 17, 2001 at 6:49 pm
Mikascig,
Just in case you didnt realize, you could change the column to text instead of varchar. Lots of tradeoffs with that choice. Another option would be to store your text...
September 17, 2001 at 5:53 pm
My guess (and only a guess) is that you're trying to access a protected temp table. Maybe modify the proc to skip tables that start with a #? And/or skip...
September 17, 2001 at 5:48 pm
Patrick,
Is this you? http://www.microsoft.com/trainingandservices/default.asp?PageID=training&SubSite=success
Andy
September 17, 2001 at 5:45 pm
You're close, but you've got a few things to nail down. The first is how you're going to connect - DSN, DSN-Less, UDL, etc. I've got a couple articles posted...
September 17, 2001 at 5:41 pm
Your best bet is to get the primary keys from both tables in one database (you can try the linked server, but may be slow). Then just do a left...
September 17, 2001 at 1:25 pm
Wes - not sure I follow - you're saying that if you run a 2nd instance on a box you'd have to have twice the number of licenses?
Andy
September 17, 2001 at 8:45 am
Not much to go on. By write conflict do you mean an optimistic locking error, someone else has modified the record? Could you post some code and detailed error messages?
Andy
...
September 17, 2001 at 8:43 am
Backup and restore is done at the database level, or at the file group level - so if you put your table in separate file group you could achieve your...
September 17, 2001 at 4:56 am
Viewing 15 posts - 5,866 through 5,880 (of 6,216 total)