Viewing 15 posts - 2,251 through 2,265 (of 7,498 total)
I implement the advise Kimberly provided in her blog:
Free proc cache if to much single used plans
March 11, 2011 at 8:26 am
Can you elaborate on the "We seem to have solved a major IO problem last weekend so we'll see how long it runs this weekend." ?
Are there typical slowdowns /...
March 11, 2011 at 8:13 am
wise decision !
Keep in mind MS has a free downloadable migration assistant for MSAccess to SQLServer 2005/2008 .
Maybe it can even help you in your current situation to see what...
March 10, 2011 at 11:06 am
Brandie Tarvin (3/10/2011)
GilaMonster (3/10/2011)
I'm talking about the case where someone starts a new thread solely to say "Hey everyone, I wrote an awesome blog post on XYZ, go read it!!!!!"
I...
March 10, 2011 at 7:02 am
I don't think you'll get the column name,
but the ordinal can be retrieved using a udf
Don't shoot me if this doesn't perform well, chances are a clr fn can...
March 10, 2011 at 6:49 am
You'll need to post both execution plans to be able to give you a hint on your Q.
March 10, 2011 at 6:13 am
since for now we are at instance level, I would expect exposure of sys.configurations but I seem not to be able to find it using the product.
Interesting project tough:
1)...
March 9, 2011 at 12:08 pm
ebook SQL Server Statistics by Holger Schmeling (free download at red gate http://www.red-gate.com/our-company/about/book-store/ )
stated about 100 rows. ( page 24 )
Of course, as always ... test it, test it, test...
March 6, 2011 at 7:44 am
First of all I would install the SP3 version (which is the latest now)
If you have a look at the screenshots of this post, you'll see Figure E where...
March 6, 2011 at 4:46 am
just my 2 ct to get an idea on how many GB you'd need:
Save your execution plan and open it with sqlcentry (free) plan explorer .
It will give you a...
March 5, 2011 at 10:38 am
SQLkiwi (3/4/2011)
Exciting day - just had my first Simple Talk article published:http://www.simple-talk.com/sql/learn-sql-server/understanding-and-using-parallelism-in-sql-server/
Another vitamin boost by SQLkiwi 🙂
March 4, 2011 at 10:05 pm
Gianluca Sartori (3/3/2011)
We're still working on the issue with MS support.
Now they're trying to reproduce the problem on their own,...
March 4, 2011 at 12:58 pm
yep. You'll have to re-install.
Have a look at http://msdn.microsoft.com/en-us/library/ms189852%28v=SQL.90%29.aspx
it states:
... the partners must use the same edition....
Keep in mind to apply the latest service pack !
March 4, 2011 at 5:13 am
just a side note:
You will possibly have seen 100% cpu because you still have your instance max degree of parallelism to its default value of 0 (full controlled by...
March 3, 2011 at 12:08 pm
Should be used as WITH (NOLOCK) (if you need to use it in the first place ?)
I think the ( ) is supposed to be mandatory in versions >...
March 3, 2011 at 11:58 am
Viewing 15 posts - 2,251 through 2,265 (of 7,498 total)