Pulse » Popular Items from 6/2012
Welcome!
Pulse has a simple goal: to give you a quick view of what's happening in the SQL Server community.
-
Browse
Finding interesting content on Pulse is easy – you can drill down to a specific time period (by clicking on the bars of the chart), toggle different types of content on and off, and sort the results by popularity or recency.
-
Vote
Discovered an informative blog post or a hilarious tweet? Tell the rest of the community about it by voting it up or down. Behind the scenes, our popularity algorithm will make sure it rises to the top of the list.
-
Comment
When a simple up-or-down vote isn't enough, voice your opinions in a comment. Or check out what others are saying about something you posted or tweeted.
-
The Side Effect of NOLOCK
Have you ever been told that you should use NOLOCK? I have, and its usually been with OLTP systems where the person making the recommendation wants to “improve” the performance of the data platform by reducing and removing, the locks that are held for SELECT queries. Those that know better ...
-
MSTechEd Follow Up References on Data Visualisation and Business Intelligence
Here are some follow-up references from my MSTechEd session this week: BIWisdomEvery Friday at 1pm EST - that's 6pm for us here in the UK - Howard Dresner ( blog | twitter ) and the BIWisdom team use Twitter in order to chair a discussion on business intelligence topics.If you ...
-
Determine Index Fragmentation in a SQL Server Database
Index fragmentation can adversely affect query response time. When accessing data through an index, SQL Server must read each page in the specified range to retrieve the indexed values. If the index is highly fragmented, SQL Server may have to search many more pages, and possibly levels, to get this ...
-
Rebuild indexes based on fragmentation – sp_RebuildIndex
In my previous post here, I’ve discussed how we can detect fragmentation in SQL Server databases indexes using dynamic management view function sys.dm_db_index_physical_stats. In this post, I’m sharing my stored procedure which I’ve created a while ago to rebuild fragmented indexes based on the fragmentation level ...
-
PowerView and PowerPoint Interaction is not available offline
During my session at TechEd Europe, I was asked if Power View would still be interactive in PowerPoint, if the PowerPoint couldn't connect to the Sharepoint source.Unfortunately, this is not possible. We can look at the code inside the PowerPoint file by right-clicking on the Power View image ...
-
Installing sql server 2012 step by step BI edition
In blog post is just my experience of installing SQL Server 2012 BI edition.
-
MDX Order by Date
In this blog post I add additional example how to use MDX Order function this time it uses Date which is frequently used with MDX queries.
-
SQL Server INTERSECT operator
The question is: Return customers that bought something in both December 2007 and December 2006? In our case we deciced to use the simpliest method which is INTERSECT operator using SQL Server 2012.
-
MDX Order
In this blog post I explain how to use MDX Order function (SSAS/Cubes) and give several simple examples.
-
SQL GROUP BY Clause
When you analyze data you often want to group values together and in this step by step tutorial we show you how you can do that and show several examples.
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.