Viewing 15 posts - 166 through 180 (of 599 total)
All queries rely upon the two columns - sometimes both, sometimes just one of the two. The partitioning is needed and impacts performance. The clustering is needed and...
October 9, 2009 at 3:14 pm
Chris,
I know you can do it but am not 100% positive as to how. I know it involves creating sub-collections of the objects but that's about it. I've...
August 24, 2009 at 5:33 pm
It's pricy, but ER Studio handles our (legacy) monster DB fine.
August 18, 2009 at 5:13 pm
I have some more testing to do but it looks like that will do the trick. Thanks.
May 27, 2009 at 5:30 pm
Yeah, I know I am and I've tried to figure that out. Problem is, UserGroups doesn't *join* to anything and CROSS APPLY doesn't use JOIN.
May 27, 2009 at 1:33 pm
Best bet is to just do some searches on this forum/website. There's lots of hands-on experience with full text right at your fingertips.
A few quick things to consider:
full text...
May 22, 2009 at 4:40 pm
I'd try stopping and restarting Agent. Also look at the jobs themselves to see if anything has monkeyed with their settings.
May 8, 2009 at 7:33 pm
Agent mail is (slightly) different that DB mail.
Check what's up on SQL Server Agent | Properties | Alert system
May 8, 2009 at 4:53 pm
I used to maintaine a 3TB DB. We had mirroring implemented on it for recovery and reporting purposes. When I did the big ops like index rebuilds, I'd...
May 4, 2009 at 5:45 pm
For a book, take a look at Joe Celko's Thinking in Sets.
March 27, 2009 at 4:26 pm
Note that changing server or database collation does NOT change the collation for pre-existing columns/data. There's only one way to do that:
Create a brand new empty database in the...
March 27, 2009 at 1:13 pm
Even 16 hours is way too long. I had a 3TB database that I used to administer that took significantly less than that to backup - and that using...
March 27, 2009 at 1:03 pm
Yes, we need unicode. We have international/multilingual customers so it's a must.
March 24, 2009 at 12:34 am
at minimum, you need to update the statistics. best bet is to rebuild the indexes.
March 19, 2009 at 3:24 pm
Viewing 15 posts - 166 through 180 (of 599 total)