Pulse » Recent Items from 1/9/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.
January
-
破解SQL Prompt 的几步操作 - 昊天的日志 - 网易博客
破解SQL Prompt 的几步操作
-
Using PowerPoint 2010 to Create a Custom Theme for SharePoint 2010
This post is about my first experience using PowerPoint 2010 to create a theme to be used in a SharePoint 2010 site for a client. The goal for the SharePoint theme: Create simple yet professional-looking branding for our client’s new SharePoint site, avoiding CSS and Master Page edits where ...
-
Counting Rows in All Database Tables in SQL Server - Random Musings of Jeremy Jameson - Site Home - MSDN Blogs
SELECT sysobjects.Name , sysindexes.Rows FROM sysobjects INNER JOIN sysindexes ON sysobjects.id = sysindexes.id WHERE type = 'U' AND sysindexes.IndId < 2 ORDER BY sysobjects.Namecode
-
31 Days of SSIS – Override Variables (9/31)
31 Days of SSIS Day number 9 of the 31 Days of SSIS. If you missed the first week then start by reading the introductory post. Since it is Sunday, I’m going to go with something a little lighter and shorter – or at least that’s the expectation as ...
-
Transaction Log Backup Size in Bulk Logged Recovery Model - Blogs from Suhas - Site Home - MSDN Blogs
Assume that I have a database in Bulk Logged Recovery Model, and I perform a bulk operation that is minimally logged. Now, if I take a Log Backup, should not my Log Backup File Size be smaller than if I had performed the same operation in Full Recovery Model? I ...
-
Parsing Non-Standard Text File Formats with the Script Component
de facto explanation of how to use script component to parse variable format files
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.