Viewing 15 posts - 181 through 195 (of 519 total)
Create a scheduled job that writes the results of the dbcc command to a table.
Create an Excell sheet that queries the table your writing the prior steps results to. I...
March 5, 2003 at 9:14 am
Are you wanting to know about the threading architecture, parallelism, changes to locking, overall performance, pro's vrs con's, what? That's an awful broad question. What are you trying to...
February 28, 2003 at 4:37 pm
I think we can all agree that with a good understanding of the roles your assigning, security can be maintained. Whether you use a public role or create your own,...
February 28, 2003 at 4:26 pm
No, dbcc memorystatus does not truncate the sysperfinfo table. It's a straight forward counter giving stats cumulative since the server started. And an excellent source of info.
I also use dbcc...
February 28, 2003 at 4:11 pm
I prefer to use ISQL myself in a lot of instances. Keep in mind that's how it was done before microsoft went down the "we don't need a dba" path,...
February 27, 2003 at 10:51 pm
I use a similar methodology as David. I've found that in most cases (there have been some exceptions), the left outer join insert runs with less overhead than a delete...
February 27, 2003 at 5:14 pm
He's a perfect example of what I was talking about.......
Ask him what he intends to do when the disaster DOES occur, and remind him that since he knows about it...
February 24, 2003 at 4:53 pm
Excellent Article. I've seen the heartbeats you describe ever since 7.0, and had researched it to see what it was years ago, but never thought to change the behavior myself....
February 13, 2003 at 4:47 pm
I can't say that this is the best way to do it, but what I do is profile the database, including objectid and indexid, over a period of time determined...
February 13, 2003 at 1:17 pm
LMAO......
In my humble opinion, the BEST kind of DBA is the one who says, "I don't know." when in fact he doesn't, and then goes and researches whatever it is...
February 7, 2003 at 11:33 am
It used to be, that we tried not to create clustered indexes on primary keys if they were simply incrementing numbers, such as an identity column. Sql server's architecture adjusts...
February 6, 2003 at 9:20 pm
Although those are very good points, Brian, they do not apply to previous versions of SQL. Securities are cracking down and the situation as a whole is improving, but its...
February 6, 2003 at 5:18 pm
I think people would be amazed at how often things like this occur though. I've seen similar things quite often, and when asking about them, find that the most common...
February 6, 2003 at 12:03 pm
I'm with Antares686 on this one. My experiences have been in finding that someone created the queries for Crystal using that secretaries tool for query building that comes in Crystal,...
February 4, 2003 at 9:38 am
Viewing 15 posts - 181 through 195 (of 519 total)