Viewing 10 posts - 1 through 10 (of 10 total)
Hi all,
I'm experiencing a problem on a script based copy for linked servers.
The steps are, for each entry on remote sysservers table:
1. Drop the linked server (and its associated logins)...
October 6, 2004 at 3:48 am
The ideal way to "unsuspect" your database is running sp_resetstatus against it. Immediatly after that, stop/restart your instance. Instead of this restart, you can try a detach/reattach of the database...
September 7, 2004 at 3:21 am
Thanks for the SELECT INTO tip.
It looks like CREATE TABLE statement requires only EXclusive locks, whereas SELECT INTO requires EXclusives AND SHared locks, and that is what created the deadlocks.
The...
April 2, 2002 at 3:09 am
There is no need to have a lock escalation in order to get a "good" deadlock.
Since (I guess) system tables have no Cluster Index, newly inserted rows are on the...
March 27, 2002 at 7:00 am
Hello,
I won't give any financial preference, but there are some points to considere:
Soft Raid is by far slower than Hard Raid, and it might corrupt your datas in case of...
January 3, 2002 at 4:03 am
There is also a fragmentation effect with Oracle, because the allocation unit, called Extent is variable size. a process is running while a base is "up" that online defragments the...
December 19, 2001 at 3:47 am
I don't have a huge experience in both Oracle and SQLSERVER, but I think that there is some relevant differences that should let you make your mind:
First of all, I...
December 18, 2001 at 9:41 am
OK.
So I give up gathering informations about SS65 perfs, and I focus on SS65 designed clients connecting to SS2K.
Thanks.
Benjamin
December 14, 2001 at 5:56 am
Thank you for the advice, but I'm afraid I can't afford to use SS2K: Lot of different clients that use the DB-Lib, or old MDAC, and I can't even think...
December 14, 2001 at 3:14 am
Thank you.
Actually, I know NT4 is to be Enterprise Edition (in order to manage the 8 procs), and W2K will be Datacenter Edition (the final architecture will include a geographical...
December 13, 2001 at 9:39 am
Viewing 10 posts - 1 through 10 (of 10 total)