Viewing 15 posts - 46 through 60 (of 361 total)
Thanks for the response.
I can probably use TCO figures to derive what I'm looking for, but that's more for comparing products, which does need to factor in.
I was hoping to...
Craig Outcalt
January 3, 2011 at 12:08 pm
pretty simple query. Not much SQL to tune.
looks like building a nonclustered index on mode will help this query a great deal.
Be cautious when adding indices, as they slow...
Craig Outcalt
May 21, 2010 at 7:35 am
I also home-brewed a solution with C# (SMO) and powershell...
it is an important thing to do and it would be pretty awesome if I didn't need to have spent...
Craig Outcalt
May 6, 2010 at 1:35 pm
great article. Thanks for sharing!
Craig Outcalt
April 8, 2010 at 6:34 am
I know you're not necessarily asking this, but your issue is the result of too much ad-hoc SQL and the caching of those permissions.
Microsoft will tell you to reduce the...
Craig Outcalt
March 23, 2010 at 6:52 am
ecause on every instance I see the following entry daily in the log:
A significant part of sql server process memory has been paged out. This may result in a performance...
Craig Outcalt
March 5, 2010 at 9:59 am
carl-793059 (3/4/2010)
Craig Outcalt
March 5, 2010 at 9:49 am
Jonathan Kehayias (3/1/2010)
SQLBOT (3/1/2010)
It's the random insertion, not the datatype that causes the problem.
What's the differece if the data inserted is Johnson, Jonsonn, Johnsen or three guids?
Under the hood,...
Craig Outcalt
March 2, 2010 at 7:20 am
the STATS_DATE() function can tell you the last time the stats were updated.
I think if you're using sp_updatestats you're fine, but I've found that it actually isn't quite enough sometimes...
Craig Outcalt
March 1, 2010 at 3:13 pm
http://msdn.microsoft.com/en-us/library/ms176034(SQL.90).aspx
Craig Outcalt
March 1, 2010 at 3:09 pm
Your new SQL Server should register itself with perfmon when it's installed.
I'm not sure about your experience level or anything so don't take this the wrong way:
are you pulling down...
Craig Outcalt
March 1, 2010 at 3:05 pm
I also forgot to say that there is the NEWSEQUENTIALID() function if you're going to batch load.
That should wreck your cluidx a little less, too.
Craig Outcalt
March 1, 2010 at 2:42 pm
Paul White (3/1/2010)
adish (3/1/2010)
I've been using GUID as PKs, but this is a novel way of using it. Great.Not a clustered Primary Key, I trust?
obviously the super-best data type for...
Craig Outcalt
March 1, 2010 at 2:36 pm
Very impressive article!
I'm just now being asked to transition to some DW work after eons of doing primarily OLTP support.
I'm bookmarking this article!
Thanks so much for your efforts.
Craig Outcalt
February 24, 2010 at 1:59 pm
At first I was disturbed by the lack of a rollback, then realized it was an istead of trigger.
I'm going to use that in my robotic arsenal, thanks BB!
Craig Outcalt
February 24, 2010 at 6:45 am
Viewing 15 posts - 46 through 60 (of 361 total)