Viewing 15 posts - 46 through 60 (of 360 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...
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...
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...
May 6, 2010 at 1:35 pm
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...
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...
March 5, 2010 at 9:59 am
carl-793059 (3/4/2010)
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,...
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...
March 1, 2010 at 3:13 pm
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...
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.
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...
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.
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!
February 24, 2010 at 6:45 am
Viewing 15 posts - 46 through 60 (of 360 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy