Viewing 15 posts - 46 through 60 (of 69 total)
It's true. Speaking as someone who is DBA, programmer, and sometimes end user, I do get to curse at myself a lot...
October 23, 2003 at 8:52 am
If you’re concerned about a web app, I wrote an ASP application that recorded info on all users of our corporate ASP pages, including IP addresses. It was pretty...
October 22, 2003 at 8:40 am
I guess this QOD was closer to reality, where the simple problem gets buried under everything else. I did happen to see right through to the answer, but I...
October 21, 2003 at 8:06 am
Methinks columns and pages r holey different animals. Someone correct me if I'm wrong - pages are the units in which data is physically stored on the disk. ...
October 20, 2003 at 12:09 pm
Those who got the question wrong probably also haven't been peeking in Query Analyzer or working with SQL Server much either.
Actually it's good to vary the QOD...
October 15, 2003 at 11:26 pm
I thought the only ridiculous part of the question is that it was damn easy.
The QOD would be a problem if it weren't for the rollback, because the au_id...
October 3, 2003 at 2:47 pm
Oh... I thought it might be like Jeopardy, where we have to guess the question.
September 23, 2003 at 7:07 am
Should be an option: "I don't have a @#*&% clue about this, but I like points. So just mark it right for me tomorrow"
September 16, 2003 at 12:24 pm
I had a feeling that would be the answer - but with all the other wonderful things out there, maybe there would be a way to do it.
Nowadays I suppose...
September 16, 2003 at 8:31 am
The MS sites can be confusing at first - a clear explanation of certifications would be helpful.
The main exams for "SQL server 2000 Database Administration Track Certification" (MCDBA) are:
70-228 DB...
September 16, 2003 at 8:24 am
I've had problems where page breaks were inserted, screwing up the code.
I have no idea if this is your problem, but it's something to look for.
September 15, 2003 at 12:31 am
You can keep the apps in separate dbs, with their own specific tables, views, procs, et al. Meanwhile any common data tables are accessed from one main DB.
That's what...
September 15, 2003 at 12:25 am
I still have the question: is it possible restore a db from backup where the db would only fit on the drive once it's shrunk?
September 2, 2003 at 7:03 am
The DBs were huge mostly due to the log files. They were probably never shrunk & bulk-log recovery model leads to large log files when bulk operations are performed.
I...
August 31, 2003 at 11:56 pm
True - it should read: everyone EXCEPT the issuer of the command. On the other point I think bhaberman is wrong: existing connections will be broken & transactions...
August 29, 2003 at 9:07 am
Viewing 15 posts - 46 through 60 (of 69 total)