Pulse » Recent Items from 9/29/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.
September
-
PowerShell: Quick SQL Server Version Check
I have to keep track of our SQL Server version inventory. The goal is to reduce the SQL Server 2000 population as fast as possible. The following PowerShell script will produce a csv file containing the database server name and the version of SQL Server it's running. .csharpcode, .csharpcode ...
-
PowerShell: Quick SQL Server Version Check
I have to keep track of our SQL Server version inventory. The goal is to reduce the SQL Server 2000 population as fast as possible. The following PowerShell script will produce a csv file containing the database server name and the version of SQL Server it's running.1: ## Get ...
-
Linked server problem? No, connectivity issue.
In my new role as a Database Hardener, I also function as Level 2 Production Support. If the Production Support Team can't resolve an issue, they pass it to me. Recently, I was given the task to troubleshoot a linked server issue that had stumped other DBAs.Both instances ...
-
Technical Presentations: Give it a Shot!
If you have never done a technical presentation I HIGHLY recommend you do try it at least once. Volunteer to speak at your local user group or SQL event. Andy Warren (Blog | LinkedIn) recently added the idea of mini-presentations to both his user group meetings as well as the upcoming ...
-
Review: Inside MS SQL Server 2008: T-SQL Querying
It’s day two of Banned Book Week / the MidnightDBA book review party, and we're digging into one HEAVY SQL tome: Inside Microsoft SQL Server 2008: T-SQL Querying, by Itzik Ben-Gan, with Lubor Kollar, Dejan Sarka, Steve Kass, and Kalen Delaney. I’m a big fan of Itzik Ben-Gan ...
-
More on the MVP SQL Server book
If you buy from Manning directly today or tomorrow, there’s a 50% discount . Use the code pop0928 at the checkout. Hurry, hurry, hurry…. For those who want a copy and are going to the PASS Summit in November, why not pick up your copy of the book there? The ...
-
Know Your Data!
Back in July, I wrote a blog entry that highlighted the CROSS APPLY operator. A problem was presented that required us to pull word pairs out of a column called Message in a temporary table @T and find out how many times the word pairs occurred in the table. Two ...
-
Update on Combine
I mentioned change management in a past post. I’ve also mentioned SQL Farms Combine as a tool we used at a previous company for change management. It allowed us to grab code from source control and deploy it to multiple servers. The features made it a pretty useful tool for ...
-
Where Does the Business Logic Go?
A few years ago, when I was at the utility company, we were implementing the new customer management system. This was the first time I had ever seen a system that implemented all of the business logic in the database. Most of my experience was with the logic being on ...
-
User Group Networking Bingo
I’ve been to a number of conferences and have always found it difficult to walk up to people that I don’t know and introduce myself. It’s just not something that comes natural to me. And I’ve found that this typically isn’t a strength of other ...
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.