Pulse » Recent Items from 6/1/2011
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.
June
-
Finding an Expression Definition in a Graphic Execution Plan
Today on Twitter #SqlHelp, someone asked how to find the definition of an expression in a graphic execution plan. I thought I’d pass along my answer in case it helps someone else. Consider a very simple query, which includes a scalar operator, such as a SUM(): SELECT ProductID , TotalQty ...
-
Finding an Expression Definition in a Graphic Execution Plan
Today on Twitter #SqlHelp, someone asked how to find the definition of an expression in a graphic execution plan. I thought I’d pass along my answer in case it helps someone else. Consider a very simple query, which includes a scalar operator, such as a SUM(): SELECT ProductID , TotalQty ...
-
Analysis Services 2008 R2 Operations Guide published
Thomas Kejser has just announced the Analysis Services 2008 R2 Operations Guide has just been published, and you can get it here: http://msdn.microsoft.com/en-us/library/hh226085.aspx This is a must-read for anyone working with SSAS.
-
Using Built-in system functions – @@IDENTITY, SCOPE_IDENTITY()
@@IDENTITY is a system function that can be used to retrieve last inserted identity value. @@IDENTITY is not limited to scope. for example, I have a Table which contains an identity column as below: – © 2011 – Vishal (http://SqlAndMe.com) USE [SqlAndMe] CREATE TABLE [dbo].[Temp]( [IDNum] INT ...
-
A Round-up of Round-ups and other Meta Things
This article is very meta. No, I’m not talking about the friendly Mehta family a few doors down. I’m talking about the prefix Meta. In particular I’ve noticed a few SQL Blog post aggregator sites and I wanted to aggregate the aggregators, review the reviews and round ...
-
PerformancePoint wish list – change a datasource
One item on my PerformancePoint wish list is the ability to change a datasource for an Analytic Chart/Grid. There is no way to do this. Instead you must create a new datasource and build the Analytic Charts/Grids from scratch using the new datasource. Why would someone want to ...
-
SQL Server Locking and You!
Did you know that SQL Server’s locking has a name? It’s called two-phase locking. If we’re really getting specific about it, SQL Server uses what’s called strong strict two-phase locking or SS2PL. We’ll get there in a few minutes, right now we’re going to ...
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.