Sign in
Dan's Blog
I am Principal Program Manager at Microsoft leading the Business Platform Division's (BPD) community team. BPD includes SQL Server, SQL Azure, BizTalk, AppFabric, and other technologies and services.
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
Conferences
Data-tier Application Component
General
Kilimanjaro
Management Studio
Microsoft Connect
Multi-Server Management
MVPs
Off-topic
Oracle
Policy
PowerShell
Project Houston
Security
SQL Azure
SQL Server
SQL Server 2005
SQL Server 2008
SQL Server 2008 R2
SQL Server Code Name "Denali"
SQL Server Express
TechEd
Vista
Visual Studio 2010
Windows 7
Monthly Archives
Archives
January 2012
(2)
October 2011
(1)
September 2011
(2)
August 2011
(1)
July 2011
(2)
June 2011
(4)
May 2011
(1)
March 2011
(2)
December 2010
(4)
November 2010
(2)
October 2010
(4)
September 2010
(1)
August 2010
(2)
June 2010
(2)
May 2010
(1)
April 2010
(3)
February 2010
(2)
January 2010
(3)
October 2009
(3)
September 2009
(1)
August 2009
(2)
June 2009
(1)
April 2009
(1)
March 2009
(1)
January 2009
(3)
December 2008
(3)
November 2008
(7)
October 2008
(4)
September 2008
(6)
August 2008
(9)
July 2008
(4)
June 2008
(7)
May 2008
(2)
April 2008
(4)
March 2008
(6)
February 2008
(10)
January 2008
(3)
December 2007
(2)
November 2007
(7)
October 2007
(1)
September 2007
(1)
August 2007
(1)
July 2007
(7)
June 2007
(8)
May 2007
(1)
April 2007
(1)
March 2007
(2)
February 2007
(7)
January 2007
(2)
November 2006
(6)
September 2006
(2)
August 2006
(1)
June 2006
(1)
May 2006
(4)
April 2006
(3)
March 2006
(10)
February 2006
(4)
January 2006
(6)
December 2005
(2)
November 2005
(5)
October 2005
(3)
Browse by Tags
MSDN Blogs
>
Dan's Blog
>
All Tags
>
sql server 2008
Tagged Content List
Blog Post:
Best Practice Policies for Policy-Based Management
Dan Jones MSFT
Policy-Based Management (PBM) was introduced with SQL Server 2008 – it’s a declarative system for ensuring the system configuration hasn’t drifted from the original configuration intent. You can read more about Policy-Based Management in SQL Server Books Online, here . To help people get started...
on
27 May 2011
Blog Post:
Loading SQL Server Snapins into your PowerShell Session
Dan Jones MSFT
Caveat: I don’t write code for a living. But I do know how to get things done, usually using brute force. SQLPS.exe is a decent environment, but sometimes I want to work in the default PowerShell environment. But if I want to work with SQL Server in the default PowerShell shell it means I need to load...
on
31 Mar 2011
Blog Post:
Central Management Servers => Shared Connection Favorites
Dan Jones MSFT
Back in SQL Server 2008 my team implemented the Central Management Server (CMS) feature. If you work as part of a DBA team and you haven’t tried it out I encourage you to do so. It’s available on all editions, even Express. In short, the CMS allows you to share entries in registered servers with other...
on
14 Oct 2010
Blog Post:
New SCOM Management Pack for SQL Server 2005, 2008, 2008 R2
Dan Jones MSFT
Last week we released an updated, almost completely revamped, System Center Operations Manager Management Pack for SQL Server 2005, 2008, and 2008 R2. You can find all the details on the download page here .
on
8 Aug 2010
Blog Post:
NEW! SQL Server Setup Portal
Dan Jones MSFT
I know I shouldn’t be but when I talk to DBAs I’m amazed how much time is spent installing/configuring the product. Having worked on the SQL Setup team for the SQL Server 2005 release I have an appreciation of how complex setup is from both sides: internal development and the end user. We just launched...
on
15 May 2010
Blog Post:
Perfect Conference Storm
Dan Jones MSFT
November is shaping up to be the perfect storm of conferences. In a time when budgets are extremely tight it amazes me that we have 4 conferences to cover in November. SQL PASS When: November 2-5, 2009 Where: Seattle, Washington Site: http://summit2009.sqlpass.org/ Sessions: 2 focused on SQL Server...
on
19 Sep 2009
Blog Post:
PBM – it’s like liquid awesome!
Dan Jones MSFT
Brent Ozar and Thomas LaRock do a 3 part video series on the power of Policy-based Management (PBM). Interestingly SCOM comes up several times in the discussion. They cover the basics of PBM and Thomas goes into more depth on how he’s using it in his environment. The series is about 35 minutes...
on
30 Aug 2009
Blog Post:
PCI Compliance and SQL Server 2008
Dan Jones MSFT
Today compliance is a huge focus area for IT. Since compliance is written by lawyers for lawyers it takes a fair amount of translation to get it to the point where IT can understand what processes, policies, and configuration to implement to meet the requirements for a given compliance spec. If you...
on
19 Apr 2009
Blog Post:
Using PowerShell to Get Data & Log File Sizes
Dan Jones MSFT
I was playing around with PowerShell today (yes I’m was geeking out on Saturday afternoon) to learn how to access Performance Counters using PowerShell. My mission was to write a script that would return the Data File and Log File sizes for each database and a total for the instance. The good news is...
on
21 Mar 2009
Blog Post:
www.sqlserverenergy.com
Dan Jones MSFT
Check out the new SQL Server site !
on
26 Oct 2008
Blog Post:
Addressing Compliance with SQL Server 2008
Dan Jones MSFT
JC Cannon, Senior PM on the SQL Server team, presents this webcast where he explores some of the new features in SQL Server 2008 and describes how they can be used to help an organization address their compliance needs. In the webcast JC covers: Identity management Data protection Separation of...
on
26 Oct 2008
Blog Post:
SQL Server 2008 Books Online Update
Dan Jones MSFT
The latest update to BOL is now available. The update is listed as August 2008 as that as the lock down for content changes. You can download it here .
on
30 Sep 2008
Blog Post:
SQL Server 2008 Experience
Dan Jones MSFT
I'm not super big on promoting marketing related stuff. But in this case I think there's a bunch of value for everyone. Our marketing team just launched a new site http://www.sqlserverexperience.com . Yes, it contains the normal marketing blah blah - sorry SQL Server Marketing team. But it also contains...
on
30 Sep 2008
Blog Post:
Refreshing the IntelliSense Cache
Dan Jones MSFT
There are cases where the local cache used by IntelliSense becomes stale. Refreshing the cache is easy but not necessarily obvious. There are two ways to refresh the cache: 1) Go to Edit -> IntelliSense -> Refresh Local Cache and 2) Hit Ctrl+Shift+R
on
11 Sep 2008
Blog Post:
SQL Server 2008 Webchat on Sept 23, 2008
Dan Jones MSFT
The SQL Server Product Group is holding a Webchat on Sept 23 from 10 am to 12 noon PST to get feedback from the community, customers, partners about their experience on SQL Server 2008 after over a month of RTM. You can find the details and participate through Microsoft.com Community Calendar : http...
on
10 Sep 2008
Blog Post:
PowerShell vs. T-SQL or Why Did We Add PowerShell Support in SQL2K8
Dan Jones MSFT
The following write-up was originally an email I sent to Allan White (SQL Server MVP) in the context of a discussion on PowerShell and some of the PowerShell community postings questioning why SQL Server needed PowerShell support @ all given the strength of T-SQL. Allan and others encouraged me to post...
on
29 Aug 2008
Blog Post:
Where the Heck is DMO?
Dan Jones MSFT
You've installed SQL Server 2008 on a clean machine and your vb script that uses DMO doesn't work. You're asking yourself: What the heck happened? Did those goofballs over @ MS hose me? Deprecation of DMO was announced in SQL Server 2005, but SQL Server 2005 still installed DMO. In SQL Server 2008 we...
on
28 Aug 2008
Blog Post:
Inside The SQL Server 2008 Shiproom on RTM Day
Dan Jones MSFT
The Edge folks (namely Joey Snow) sat in on the SQL Server 2008 shiproom on the day we RTM'd. You can view the video here . A few interesting things to share. During a release shiproom happens every day. Each team across SQL sends at least one representative. Depending on where we are in the release...
on
25 Aug 2008
Blog Post:
SQL2K8 Express with Advanced Services and Express with Tools Now Available
Dan Jones MSFT
Two Express editions came on-line today. Express with Advanced Services and Express with Tools. You can download them from the Microsoft Download site. Here are the links: SQL Server 2008 Express with Advanced Services (ENU): http://www.microsoft.com/downloads/details.aspx?FamilyId=B5D1B8C3-FDA5-4508...
on
22 Aug 2008
Blog Post:
Automating DBA Processes
Dan Jones MSFT
This year @ TechEd I had the privilege of sharing the stage with Kevin Kline , Steve Jones , Buck Woody , and Allen White to discuss automating DBA tasks/processes. We discussed why automation is important and some of the technologies you can use to automate those tasks. Click here to launch the video...
on
17 Aug 2008
Blog Post:
Exploring New Releases
Dan Jones MSFT
One of the things I like most about new releases of software products is exploring the new capabilities. The big features always make in to the read me and the major articles but there's always a bunch of smaller things that are really cool but don't capture the headlines. I recently read two blog postings...
on
16 Aug 2008
Blog Post:
Installing SQL Server 2008
Dan Jones MSFT
Our Customer Service and Support organization has a nice blog entry that discusses installing SQL Server 2008 and Visual Studio 2008 SP1.
on
12 Aug 2008
Blog Post:
TechEd North America Session Videos
Dan Jones MSFT
In shameless self promotion the video of the talk I did on PowerShell and SQL Server has been posted to the web. I haven't watched this as I just can't bring myself to sit and watch myself for an hour but the session evaluations were pretty good. Therefore I think the odds are pretty good you'll get...
on
31 Jul 2008
Blog Post:
Where The Heck is Activity Monitor?
Dan Jones MSFT
You're sitting at your desk rocking out to great music, you've just installed Management Studio 2008, you expand the Management node and start to click on Activity Monitor... Wait a second, What the %&*$#@, where's Activity Monitor? Did those goofs over at MSFT kill off a perfectly good tool? The...
on
10 Jul 2008
Blog Post:
Launching Vanilla PowerShell from SSMS
Dan Jones MSFT
One of the criticisms of our PowerShell implementation is the integration with Management Studio launches our custom minishell. With just a few simple key strokes you can add a custom tool menu item and toolbar button. To do this select "External Tools..." from the "Tools" menu in...
on
1 Jul 2008
Page 1 of 3 (54 items)
1
2
3