Pulse » Popular Items from 3/31/2009
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.
-
SQL SERVER – Reseed Identity of Table – Table Missing Identity Values – Gap in Identity Column
Some time ago I was helping one of my Junior Developers who presented me with an interesting situation. He had a table with Identity Column. Because of some reasons he was compelled to delete few rows from the table. On inserting new rows in the table he noticed that the ...
-
Adding Reliability to Your Infrastructure
I’ll never fly in a single-engine plane. Never. Not gonna happen. Carve that one in stone. Call me chicken, call me scaredy-cat, but I’m not going to get into an airplane that will kill me if an engine fails. The next step up is a twin-engine plane - but ...
-
Registered Servers in SSMS
In my last blog post, I discussed changing the color of the status bar in SSMS 2008. I received a couple of comments and even an e-mail discussing how this doesn’t seem to always work. After playing with it for a little bit, I’ve found that the status ...
-
SQL Solutions OLAP Heartbeat and OLAP Performance Advisor
Hmm, you wait for years for commercial tools for monitoring Analysis Services (the only one I’d ever seen before was Companion for Analysis Services from SQLMinds) and then two come out at once. One of these tools I’ll be blogging about towards the end of this week, hopefully ...
-
Mixed Workloads Part 3
In part 1, I talk about what I consider feeble attempts at implementing a reporting server through log shipping, mirroring\snapshots and, to a lesser extent, replication. Unless you invest in a real ETL solution, I argued that it is better to run a mixed workload. I talked about the ...
-
EXISTING AND NONEMPTY
Here’s an interesting MDX nugget. The other day I was working on something similar to the following query, that finds the count of the number of customers who bought something in the current month as well as the previous month: WITHMEMBER MEASURES.TEST ASCOUNT(NONEMPTY(NONEMPTY(EXISTING ...
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.