sql server 2008 r2 - How to propagate changes to analysis services after updating the database -
i changed dimension table (what did? changed length of column in sql server 2008r2). when try deploy cube in analysis services, doesn't work !!
i checked column length in analysis services stil keep old length value, propagate change between sql server , analysis services without having impact other dimension tables or fact tables?
the column length in sql server : 300 still old 1 150 in ssas
thanks in advance.
open datasource view right click on "refresh". update columns in ssas.
Comments
Post a Comment