Monthly Archive: November 2010
Microsoft's new data platform vision for BI is called BISM – Business Intelligence Semantic Model. While I focus primarily on manageability, availability and database engine features, I'd like to keep tabs on who can...
Earlier, I documented the system objects that have changed in Denali. One that caught my eye was a slew of new columns made available through sys.databases, mostly to support a feature I also blogged...
I am not sure when it happened, but at some point, bit.ly marked all URLs to connect.microsoft.com as dangerous. So for example, I created this shortened link http://bit.ly/fKKQPT which just goes to http://web.archive.org/web/*/https://connect.microsoft.com/sql/. When...
Tip : Find unused SQL Server indexes with Policy Based Management
It's been a while since I hosted a true Connect pity party digest, trying to pimp your votes for the issues I think are worthwhile. And okay, some of these bugs haven't been filed...
While it's still only the CTP1 timeframe, getting a glimpse of the changes in system objects can start preparing you for what's coming – especially when there are potential breaking changes, as you'll see...
This afternoon, Adam Machanic (blog | twitter) reminded me how the current T-SQL debugger in Management Studio is ineffective. Sure, there are some enhancements coming in Denali (I mentioned them briefly yesterday), but there...
It's the day before American Thanksgiving, and Jason Strate (blog | twitter) has asked all of us to tell the SQL community what we're thankful for. While I seem to recall doing this before,...
Tip : More intuitive tool for reading SQL Server execution plans
In SQL Server Denali, Management Studio has been entirely migrated from its earlier incarnation. Previously SSMS had slight traces here and there that it was a distant cousin to Visual Studio; in this release,...
Sadly, THROW is not mentioned in the Programmability Enhancements (Database Engine) topic of Denali's "What's New" section. So, unless you were at PASS Summit, have been reading the various blogs from the keynotes and...
I guess the title should be, "You can't restore a SQL Server 2000 database on Denali." I had the occasion just today to recover some data from a backup I took way back in...
On Monday, the SQL Server Release Services team released cumulative updates for both SQL Server 2008 SP1 and SQL Server 2008 SP2. The cumulative update for SP2 restores the fixes that were potentially undone...
A problem that has plagued SQL Server for a long time is that a database is not very portable. Sure, you can backup or detach a database and restore or attach it elsewhere, but...
There are posts elsewhere that go through the whole rigamarole. I just wanted to highlight the key bullet points: if you want to use Books Online locally, you will need to: install Books Online...
It hasn't been 24 hours since I left behind a slew of new and old friends in Seattle, and I already feel – as someone else put it – that I've left summer camp...
If you come across a SQL Server that is not running, it can be troublesome to determine what happened and when. You can run through the Windows event viewer, but this can be a...
SQL Server 2011 introduces a feature that Oracle professionals will certainly recognize: SEQUENCE. SEQUENCE allows you to define a central place where SQL Server will maintain a counter of values for you. The last-used...
Rick Heiges comes on stage and talks about the way the Board of Directors works. He sent off Lynda Rab, a director since 2007. He introduces the new Directors-at-Large: Douglas McDowell, Andy Warren, and...
A very common request over the past, oh, 10 years, maybe more, has been better support for paging within T-SQL (this Connect request dates back to 2005). Well, you will see some broader support...
It is the second day of keynotes at PASS, and we're gearing up for Quentin Clark's presentation. There are not as many kilts around as I would have expected, and I'm only noticing because...
Discover a potentially breaking change to how object_id values are assigned to #temp tables starting with SQL Server 2012.
After five tries, I've given up trying to install AdventureWorks on machines where Denali exists – even in cases where 2008 or 2008 R2 instances also exist, and when my goal is to install...
The next version of SQL Server (codenamed "Denali"), I suspect, will be released sometime toward the end of 2011; I will stress, however, that this is nothing more than a barely-educated guess. Please don't...
The keynote starts off with a tine Turner impersonator (or maybe it really was Tina?): Rushabh Mehta (donning the Tina wig) delivers the first segment of the keynote, telling the SQL Server community...
Kalen Delaney has called out to the altruist in each of us to help out a former student's mission trip to San Ramon, Nicaragua: Did You Know : SQL Geeks for Good I think...
Last February / March, I wrote several posts about an issue with MSXML6 on Windows XP which prevented the installation of SQL Server 2005, SQL Server 2008, and even service packs or cumulative updates...
Yesterday, Microsoft released a Community Technology Preview (CTP) of SQL Server 2005 Service Pack 4. You can read about the release on the following blog post from SQL Release Services: http://blogs.msdn.com/b/sqlreleaseservices/…preview-available.aspx If you don't...
Quentin Clark is on stage right now talking about high-level SQL Server stuff. I think I can take this time to explain how Connections is different from PASS (at least according to my first...
Let's face it, there is a wide variety of skill out there. If you spend any time monitoring Stack Overflow, MSDN forums, Ask SQL Server Central or twitter's #sqlhelp hash tag, you'll be very...