The Bit Bucket

Log Shipping Between SQL Server Versions (perhaps 2005 to 2008)

One of the discussion lists that I participate in, had a brief discussion this morning about whether or not it’s possible to perform log shipping between differernt versions of SQL Server. Specifically, can you do log shipping between SQL Server 2005 and SQL Server 2008?

SQL Server does support restoring earlier version databases on later versions of the product. The databases get upgraded along the way when you perform restores of databases. SQL Server also allows you to restore transactions logs from earlier versions of the product but (as Robert Davis points out in the comments below), the upgrade doesn’t happen until recovery of the database occurs. And that’s why you can’t use STANDBY mode in this situation.

2011-01-12

New Upgrade Technical Reference for SQL Server 2008 R2

Hi Folks,

A year or two back, I was involved in a project with my colleagues (led by Ron Talmage) to construct an Upgrade Technical Reference for SQL Server 2008. It seemed to be well received.

We’ve updated it now to SQL Server 2008 R2 and it’s just been published. You’ll find it on this web site: http://www.microsoft.com/sqlserver/en/us/product-info/why-upgrade.aspx  You’ll need to click on the Upgrade Guide link towards the middle of the RHS under the “Why Upgrade” whitepaper.

2011-01-08

24 Hours of PASS for Latin America!

One of the biggest pushes I was trying to make while on the PASS board was to help grow the organization into other areas of the world, and probably a little out of the organization’s comfort zone. We in western English-speaking countries often totally underestimate the passion for SQL Server and the number of professionals that work with it around the world. In my time on the board, I was both amazed and privileged to see the types of events already occurring and the vast number of attendees. Often these numbers simply dwarfed the typical numbers of attendees in more familiar locations.

2010-10-09

Help support Itzik's plea for T-SQL Windowing functions

One of my colleagues, Itzik Ben-Gan is known to most in the SQL Community, particularly for his passion around the T-SQL language.

He’s recently written an amazing blog post that describes why these functions are needed, along with a plea for helping promote the ideas to the Microsoft product group via the Connect site.

Anyone with an interest in T-SQL should read the post as, by itself, it provides great insights into the language and the possibilities that some subtle changes could bring.

2010-10-09

Worldwide Online Techday - More Latin American goodness

I also got an email from one of our Brazilian colleagues today. Diego Norgare was telling me about the upcoming Worldwide Online TechDay that will be running on October 30th. Sessions are running in both Portuguese and also in English.

(Link no longer available)

I was particularly intrigued by the session on liposuction for your database.

2010-10-09

SQL Server 2008 R2 Idea: Data Profiling of any table in SSMS

I love the data profiling task that was added to SSIS in SQL Server 2008. It allows you to get a profile of the data in a table - this includes things like what are potential candidate keys, what length are the data values in each column, what percentage of rows in a table are null in each column, what is the distribution of values in the data, etc. etc.

2010-10-06

Project Phoenix - underway and active

Every so often, Microsoft sends MVPs a set of MSDN subscriptions that we can give to someone that would benefit from them. I have found it to be very interesting in past years and have to say that the most pleased I ever felt giving these away has been to students who are struggling to get into the workforce for some reason (one with a notable disability comes immediately to mind) or to developers that are just down on their luck for some reason.

2010-09-27

SQL Server 2008 R2: MDS setup HTTP Error 500.19 - Internal Server Error - Error Code 0x80070021

I’ve (fortunately) ended up with a new notebook recently and had to reinstall everything. One problem I ran into was with Master Data Services. The config program seemed happy but it shouldn’t have been. What threw me was that it seemed to have a dependency check for IIS 7, etc. while configuring MDS. That led me to think I’d already configured IIS appropriately. I hadn’t and when I tried to use the site, I got the above error. IIS needed to have the following:

2010-08-23

SQL Server 2008 R2: Another free eClinic - SQL Server Virtualization

Another of the free eClinics that we’ve been building for Microsoft was released today. This one was put together by our Australian team with Bill Chesnut as the lead author and provides an introduction to the virtualization of SQL Server and the surrounding tooling.

Enjoy!

2010-08-12

Kent Tegels RIP

 

I got the super sad news from Adam Machanic tonight that Kent Tegels had passed away. At the time I recorded my last podcast with Kent, he seemed to be getting better.

I cannot begin to express how sad I am about this tonight. The SQL and XML communities are weakened by this loss.

Farewell Kent and thanks for all the fish.

2010-08-03