Viewing 15 posts - 271 through 285 (of 479 total)
DBCC EXTENTINFO
ill see what this can do for me.
March 19, 2003 at 7:28 am
Great article, keep on learning and taking us for the ride. Im keen to see practical working examples of this under-utilised technology.
Cheers
Ck
March 10, 2003 at 1:59 am
Hi there
Well well well, blow me down if I didnt get the error yesterday! after thinking that will all the instals i have done I never hit it before.
Your article...
March 5, 2003 at 9:54 pm
In our web based app operating (of course) in a statless env, we have three columns for each table:
update_count, int
last_updated_by, varchar(50)
last_updated_on, datetime
each table (where appropriate), has an equivalent *_Audit version,...
February 24, 2003 at 9:41 pm
Hi
Some very interesting thinking. I can thinking of a variety of senarios where some of these would apply but as the only dba, i can trust myself 😉
Cheers
Chris K
...
January 28, 2003 at 10:31 am
Hi
Outstanding article that covers off some classic issues, thanks for spending the time writing it.
Cheers
Chris K
January 21, 2003 at 3:11 am
Hi Steve
As an apps dba, you wouldnt believe the excuses and comments from developers re getting so called adhoc changes through test then prod with a time span of 1...
January 20, 2003 at 1:41 am
Hi there
Interesting article, but lacks what the DBA's really need, that being change control templates , specific (point form) steps used in example environments and example security settings to control...
January 16, 2003 at 8:01 am
The product is very good and I highly recommend it, unfortunatly for me, the company I am contracting for at present has no money (but they can buy lots of...
December 17, 2002 at 10:37 pm
because you cant to update stats and other assoc sp commands in the proc (or against a temp table), to get around the problem, we require hints:
DELETE #lodgement_enrolment
FROM...
December 17, 2002 at 12:14 am
Hey Hey
Worked it out, but is a so and so to fix.
Basically, if you wrap the call in a transaction, statman wont run and therefore the optimizer will think there...
December 16, 2002 at 11:01 pm
Hi
Good article. This is perhaps off track but....
In the world of chaos in which IT companies are well and truely in, it is critical that developers and associated management...
December 16, 2002 at 8:55 am
Hi
I hate UDT's, they are hopessly deficient, why?
a) i cant easily change the "real" type for the udf once bound to N tables
b) they can be a nightmare to...
December 15, 2002 at 6:31 pm
Great article Brian, very thorough.
December 9, 2002 at 3:44 am
Hi
I thought the DB name was a basic fundamental for developers! id be cracking some heads (some aussie slang ) if they didnt specify it and relied on the default...
December 9, 2002 at 3:38 am
Viewing 15 posts - 271 through 285 (of 479 total)