Pulse » Recent Items from 5/16/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.
May
-
Auto memory management in Cluster
I was musing into a problem. We currently have our production server in a two node cluster that has 128GB of RAM each. 1st node contains 4 instances of SQL Server running, and the 2nd node contains 1 instance of SQL Server running. These are active/active clusters, meaning that ...
-
Tracking Database Growth and Trends over Time
I was looking for a solution where database sizes and growth (and autogrowth) can be tracked over a time period so that I can estimate the size requirements, see when the growth happened, and trace it down to an event, job, or regular operations. Autogrowth can be tracked via querying ...
-
Alternative to Deprecated System Tables for Finding Text in SQL Server Objects
Overview: Usage of an Information Schema view to find text within a SQL Server 2008 R2 stored procedure, function, table, or view. Level: 101 Deprecated System Tables So, you’re used to querying SysObjects, SysColumns, SysComments? Me too! Bad news is the System Tables are deprecated & not supported in the ...
-
What Are You Waiting For?
I know what I am waiting for. I know exactly what every SQL Server instance in my care is waiting for. Why? Because it’s my job to make SQL Server go faster. Identifying what your SQL Server Instance is waiting on will show you exactly where to look in ...
-
PASS Summit Sessions–Vote for Me!
I’m not usually one of those people who blog about the sessions they’ve submitted at conferences, or the feedback they get afterwards (why would you be interested in that?), but since this year PASS are letting prospective attendees vote on which sessions they’d like to appear at ...
-
#msteched “Juneau” preview
Sitting in the Database Dev session at Tech Ed, taking a look at “Juneau”, the new development suite for SQL Server. I can’t wait to see if this thing slices and dices data like a Ronco food processor. Again, live blogging, so please excuse the scattered thoughts, poor spelling ...
-
Can’t Troubleshoot? Don’t Apply!
If you can’t troubleshoot, you can’t work with me (if I can control it anyway). When I am interviewing you I am judging your troubleshooting skills as much as your SQL Server knowledge – if not more depending on the role. I’ve blogged a bit about troubleshooting (Methodology ...
-
What topics would you like covered at our first excursion?
As we want to make sure that our attendees get the most possible out of the classroom part of our excursions, we want to collect feedback from the community as to what would be the most useful topics to cover. … Continue reading →
-
How to get First and Last day of a month – TSQL
Following queries can be used to get the first/last days of a month. To get first day of a month use: – © 2011 – Vishal (http://SqlAndMe.com) – First Day Previous/Current/Next Months SELECT DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()) - 1, 0), 'First Day of Previous Month' UNION ALL SELECT ...
-
SQLRally wrap-up
I’ve uploaded my slide deck on AppFabric Cache and SQL Server 2008 as well as my demo-code that I used in my session. Slide Deck Demo Code I had a really great time at SQLRally and hope to be a part of more to come. I’ve got my ...
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.