Drivers [*The ConfigMgr provider reported an error*]
It appears, at least in my environment, that this is still an issue even with R2.
If you’re going to use SQL 08 with ConfigMgr and OSD, be aware that you may have to set SMS_XXX database to 2005 compatibility mode to make things happy.
Everything appears to work fine until you get ready to add drivers, at which point you’ll notice the error above in the console. If you try to add a folder below “Drivers” you get the same error on it, and driver imports fail. Once you go through and set the SQL DB to 2005 compatability:
(Managment Studio --> right click SMS_sitecode database –> Properties –> Options --> Set Compability level to SQL Server 2005 (90)
I didn’t even have to restart the server for the changes to fix things, but I restarted anyway for good measure.