Viewing 15 posts - 2,251 through 2,265 (of 7,502 total)
Yes you can, as long as it doesn't need to use SQLDMO to create objects.
March 11, 2011 at 8:49 am
Like Gail suggested, you really need to ask you manager for clarification.
Some managers tend to use turbo language and invent their own slang to try to get things done.
It's up...
March 11, 2011 at 8:48 am
it (sqlserver) keeps records for all mails it sends.
This is something you need to take into account.
We have dbmail enabled on all our sql2005 and > instances to monitor for...
March 11, 2011 at 8:40 am
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
Viewing 15 posts - 2,251 through 2,265 (of 7,502 total)