Viewing 15 posts - 661 through 675 (of 2,458 total)
To identify "missing undexes" and unused indexes have a look at:
https://www.red-gate.com/library/performance-tuning-with-sql-server-dynamic-management-views
It will give you some tools and ideas for proactive index monitoring.
June 6, 2016 at 4:46 pm
Excellent article Adam, 5 stars. I've enjoyed your each of your Power BI articles as it's something I've needed to become familiar with lately. Great work.
June 6, 2016 at 9:58 am
ChrisM@Work (6/1/2016)
h.tobisch (6/1/2016)
everything fine, but what's that checksum for ?Currently the fastest known method for converting a bigint to an int.
I learned this technique from Eirikur Eiriksson. One of those...
June 1, 2016 at 4:58 pm
ChrisM@Work (6/1/2016)
A few years ago DC and I played with numerous variations of this method as a spinoff of the PatternSplit project. One of the most promising methods...
June 1, 2016 at 4:52 pm
mikes84 (6/1/2016)
June 1, 2016 at 1:07 pm
No more pre-coffee requests for me. I don't know why I didn't see it.:blush:
June 1, 2016 at 10:02 am
First, why no Tally Table? Have there been complaints that your queries are too fast perhaps?
OK, no other functions either, fine. Have a look at the article about APPLY referenced...
June 1, 2016 at 7:51 am
I don't know why you get an error. This code
CREATE TABLE Mytest (id INT, x XML)
INSERT mytest
VALUES
(1, CAST('1200' AS XML))
...
May 31, 2016 at 8:42 pm
A couple thoughts...
First, I believe there are refresh property settings on tablixes, double check the settings on those.
Are you seeing this behavior in SSDT or when you deploy the...
May 31, 2016 at 5:19 pm
Grant Fritchey (5/31/2016)
May 31, 2016 at 4:54 pm
One way to approach this is to do it in the code.First back up your report. Then, in SSDT or BIDS (whichever you're using), you could select "View Code" then...
May 31, 2016 at 12:30 pm
yb751 (5/30/2016)
Ray K (5/27/2016)
crookj (5/27/2016)
A10A380
Massive
Attack
May 30, 2016 at 4:48 pm
Jim Covington (5/27/2016)
May 27, 2016 at 8:19 pm
TheSQLGuru (5/27/2016)
ChrisM@Work (2/24/2015)
... Two omissions stood out however - the cost of recompiling, ...
I will jump through hoops to trade CPU ticks to avoid disastrously bad plans (and the horrible...
May 27, 2016 at 1:10 pm
Just finished this for the first time. Great work Gary! 5 stars.
May 27, 2016 at 9:33 am
Viewing 15 posts - 661 through 675 (of 2,458 total)