Viewing 15 posts - 1 through 15 (of 49 total)
Nice article.
Here's a similar one, but it compresses both tables and indexes:
www.i-programmer.info/programming/database/5535-a-generic-sql-server-compression-utility.html
thanks
Ian
January 18, 2016 at 12:52 am
Hi, for books, see this discussion : http://www.sqlservercentral.com/Forums/Topic1724468-3728-1.aspx
thanks
Ian
October 20, 2015 at 1:24 am
Hi Gaurav/Daniel,
sorry to interrupt, but I’ve also gone through this process, so hopefully can add something of value.
I’ve been working with Hadoop for the last year or so. During this...
October 6, 2015 at 1:39 am
Hi,
Much Hadoop processing (MapReduce or In-memory) needs low-level programming knowledge. Typically batch MapReduce uses Java, but scripting languages like Pig can also be used. With in-memory processing, Spark is...
October 5, 2015 at 2:13 am
Hi Daniel,
yes you are right of course. I was talking in terms of generalities...
The Hadoop world in general is moving towards in-memory processing instead of MapReduce batch processing due to...
October 1, 2015 at 11:39 am
RE PolyBase... Have a look at the job websites, book sites etc. Hadoop and its components are largely a unix/linux thing. I suspect the market for PolyBase, like HDInsight, is...
October 1, 2015 at 5:06 am
Hi, thanks for this very useful overview.
You might want to know that Impala is a popular tool for querying data in Hive quickly (it uses in-memory processing instead of...
October 1, 2015 at 2:34 am
Hi
Typically only a small number of rows have changed recently (unless there's been a table defrag), I want a small number of rows, so 22 seems appropriate... 11 or 33...
November 16, 2014 at 2:21 am
Nice article!
You might also want to look at "What SQL Statements Are Currently Executing?"
http://www.sqlservercentral.com/articles/DMV/64425/
Thanks
Ian
July 23, 2013 at 12:55 am
Hi,
very nice article.
There's a chapter on the same topic (called the Self-healing database) in the book SQL Server DMVs in Action http://www.amazon.com/SQL-Server-DMVs-Action-Management/dp/1935182730/.
It contains SQL code for automatically: recompiling slow routines,...
April 6, 2012 at 1:04 am
Hi Megistral,
I understand your concern, but sometimes, time is of the essence…
Remember you will be running with a transaction isolation level of READ UNCOMMITTED , and you’ll only be SELECTing...
March 26, 2012 at 7:31 am
Hi Phil,
Just so readers understand this clearly, the DMVs do not access private data (e.g. customer details), instead they access metadata (e.g. what queries take the longest time to run)....
March 24, 2012 at 1:04 pm
Hi,
there's probably nothing wrong with running (most) DMV scripts on production.
Remember the information largely already exists anyway, you are just harvesting it... Also to set the transaction isolation level...
March 24, 2012 at 6:46 am
Hi,
Very nice article!
Readers can discover a lot more about improving SQL performance via DMVs in this recently published book "SQL Server DMVs in Action" www.manning.com/stirk. It contains more than 100...
November 17, 2011 at 12:19 am
Hi everyone
Thanks for your replies.
I feel like a sinner today. I did wonder several times if I should publish this article, but decided it hopefully has more advantages than disadvantages....
August 23, 2011 at 7:06 am
Viewing 15 posts - 1 through 15 (of 49 total)