Pulse » Recent Items from 7/6/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.

July

  1. 147
  2. 222
  3. 312
  4. 434
  5. 548
  6. 649
  7. 745
  8. 843
  9. 912
  10. 109
  11. 1155
  12. 1256
  13. 1362
  14. 1451
  15. 1536
  16. 1617
  17. 177
  18. 1848
  19. 1959
  20. 2052
  21. 2145
  22. 2237
  23. 238
  24. 247
  25. 2539
  26. 2633
  27. 2737
  28. 2855
  29. 2941
  30. 3014
  31. 3120

6

  1. 12 A4
  2. 11
  3. 20
  4. 33
  5. 41
  6. 52
  7. 60
  8. 73
  9. 81
  10. 91
  11. 102
  12. 110
  13. 12 P2
  14. 14
  15. 21
  16. 37
  17. 43
  18. 51
  19. 61
  1. Less code with rethrowing “exception” in SQL Server 2011

    I wrote about some skeletons in the Denali’s closet here. Let’s also put some good on the table. Very handy new thing in Denali is the way how you can rethrow error in catch block. In SQL Server 2008 you must do this to rethrow error: BEGIN TRY ...

  2. Less code with rethrowing “exception” in SQL Server 2011

    I wrote about some skeletons in the Denali’s closet here. Let’s also put some good on the table. Very handy new thing in Denali is the way how you can rethrow error in catch block. In SQL Server 2008 you must do this to rethrow error: BEGIN TRY ...

  3. Make Your Life Easier With Fun Denali Tricks

    I’ve given SQL Server Denali a spin and I have to say that I really like it. I want to demonstrate how I use some of the new features to make my life easier. How much easier? The Scenario Using the Adventureworks database, I want to perform the following ...

  4. SQL Functions – STUFF() and REPLACE()

    STUFF() can be used to stuff a string into another string. It inserts the string at a given position, and deletes the number of characters specified from the original string. – © 2011 – Vishal (http://SqlAndMe.com)   DECLARE @string1 VARCHAR(20) = 'Microsoft Server' DECLARE @string2 VARCHAR(20) = 'SQL Server 2005' ...

  5. July 2011 S3OLV Meeting

    We have had a bit of a lag between meetings for the User Group of Las Vegas.  In June, a meeting was scheduled but did not happen.  The cause of that was due to being locked out once again by our meeting place.  That should not happen this month – ...

  6. How to add your CMS server to a group

    You cannot add a connection to your CMS server, on your CMS server.  Well that is what I thought until SQLSaturday in Houston, where John Sterrett (Blog|Twitter) pointed out that you can use an IP address.  I think Microsoft prevents this primarily because you already have a connection defined ...

  7. SQL Server Analysis Services Operations Guide published

    Another whitepaper to add to your “to read” list: SQL Server 2008 R2 Analysis Services Operations Guide This white paper describes how you can test, monitor, capacity plan, and troubleshoot Microsoft SQL Server Analysis Services OLAP solutions in SQL Server 2005, SQL Server 2008, and SQL Server 2008 R2. It ...

  8. Pliant Technology, Enterprise Flash Drives For Your SQL Server: Part 2

    Adding In Others For Contrast In our first part we introduced Pliant and the LS 300 drive. In part 2 we get down to the details. To give a better idea where you stand with the setup described last time I’m throwing in two other storage setups. A RAID ...

  9. Meme Monday for July

    With the 4th of July holiday falling on the first Monday of the month (AKA “Meme Monday”), I bumped our writing exercise to the second Monday in July. This month we are going to dive into something a bit creative, and something I hope you can have fun with: SQL ...

  10. How cluttered is MSDB?

    .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode ...

Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.