Hi all, I'm in a bind here. I followed Johan's advice here ( http://blogs.technet.com/b/mmodin/archive/2010/02/03/how-to-extend-the-mdt-2010-database-with-custom-settings.aspx )
Well, I've added the new column, and have seen it appear within MDT, and populated the column with the needed information. However I forgot to do the Execute Stored Procedure step, where he calls for me to update the views using 'execute sp_refreshview '[DBO].[ComputerSettings]' When I attempt this, I keep getting errors like 'Could not find object '[DBO].[ComputerSettings]' or you do not have permission.' The worst part is that I was able to figure this out before a few weeks ago when I had to add a different column, but didn't make notes and I can't remember how I did it. I remember that updating the views is critical after making changes to the table, or else MDT/SCCM will never reference the data in the new columns. Anyone have any idea?

