Viewing 11 posts - 1 through 11 (of 11 total)
You bring up some good points Steve.
Perhaps the real answer to all this is to better partition our databases into multiple files?
In this way we cut down on the...
May 1, 2009 at 12:55 pm
My experience is with good old PATA/SATA drives, so I can't comment on anything beefier.
I've tried using the built-in microsoft defragmenter, contig, Raxco PerfectDisk, Diskeeper, and most recently O&O Defrag....
May 1, 2009 at 7:05 am
emamet (5/13/2008)
Why did you need to use CLR integration?
Could not you have written a "simple" C# console application?
That can also run on the database server and could be more modular...
Or...
May 13, 2008 at 8:25 am
I'm not an expert DBA by any means, I know enough to be dangerous (which I'm sure you'll say the same about developers working with you as well :D).
In discussions...
May 13, 2008 at 7:39 am
Thanks,
luckily the nature of and the environment that our system runs in makes security more or less a non-issue. I'll take the example code from the article and see if...
March 10, 2008 at 7:48 am
Thank you for the quick reply, I don't think I was specific enough with my question however.
Let's assume that those queries are not contained in a stored procedure and are...
March 10, 2008 at 7:12 am
Great article.
Would we expect to see the same kinds of performance issues in frequently run queries that do not qualify the owner of the table?
E.g.
SELECT *
FROM table
WHERE...
March 10, 2008 at 6:32 am
I ended up finding a spare license for vs2005 lying about the office. The database project has let me stop pulling my hair out, thanks for your help everyone.
The one...
December 12, 2007 at 7:22 am
I'll see if we have an eval copy lying around, otherwise I'll try to get a hold of one. Thanks for the help.
December 11, 2007 at 1:07 pm
Well I wasn't too crazy about that database workbench product. It did allow me to save procedures and functions as separate files rather easily, but it only supports it's proprietary...
December 11, 2007 at 12:33 pm
Well I most definetely want to get out of the monolithic file.
I did stumble on a tool that may just help me do what I want (sort of),
December 11, 2007 at 11:14 am
Viewing 11 posts - 1 through 11 (of 11 total)