Viewing 15 posts - 226 through 240 (of 479 total)
Hi there
Actually, its nothing to do with performance, unless your talking "cutover" performance? on server failure. Only one server at any one time can accept and process connections and...
June 15, 2003 at 10:23 pm
Hi
Just ran some tests in COM+.
I wrappered two calls to stored procs, one did the updlock hint over a 10row table and the other proc had the waitfor in it....
June 13, 2003 at 2:08 am
Hi
Why dont you do a simple test? 🙂
COM+ uses a isolation mode of serialisable, I would expect the locks to be held in context of the whole transaction. It...
June 11, 2003 at 8:34 am
Hi
Query the tempdb over a period of time in which performance is suffering to better gauge what is happening. Also, now are they being created, static cursors? have you...
June 11, 2003 at 2:35 am
Run Profiler, and check the events and columns carefully.
Cheers
Ck
June 11, 2003 at 2:32 am
Found it!
EXEC sp_addlinkedserver 'ADSI', 'Active Directory Services 2.5', 'ADSDSOObject', 'AD Provider'
grant select on corpsysad_allusers to public
select * from corpsysad_allusers
create view corpsysad_allusers as
SELECT name
FROM OPENQUERY( ADSI, '
...
June 10, 2003 at 8:48 pm
not really what your after but worth a good look.
June 10, 2003 at 8:32 pm
Hi
I did this via a linked server, see the BOL, they have an example. Unfortunatly I blew away the link and for the life of me cant remember the...
June 10, 2003 at 8:24 pm
Hi
Run perfmon.exe, any counters exist for your instance?
I would say no, or if they are there, they are returning no values.
Search for previous posts on resolving this if that is...
June 10, 2003 at 7:38 pm
Hi Victor
Excellent article and very well thought out scripts with examples.
Cheers
Ck
June 9, 2003 at 1:59 am
Hi Antares686
I think not, it gives a warning only and says y"ou better consider this very carefully blah blah", checking the logs it doesnt seem to issue the command altering...
June 4, 2003 at 9:18 am
Hi
Im not sure you can! take a look at the affinity options for CPU alloc in sql server, you can set it up in such a way (from memory here)...
June 3, 2003 at 9:46 pm
Hi all
Yep, had this problem too, it was a fresh install of sqkserver 2k ee then sp3, i didnt check if it was sp3 though (unfortunatly) and I didnt have...
June 3, 2003 at 6:31 am
Hi Steve
Sorry Steve, I wouldnt write this sort of article unless you really delve into the underlying features of DB2 etc and do a side by side comparison. You'll...
June 2, 2003 at 6:42 pm
Viewing 15 posts - 226 through 240 (of 479 total)