hi all,
i need a solution for how to disable the column store index created for table
in my sp for a table column store index is created..when trying to excute this sp in ssis package i'm getting error..
error:data cannot be updated for a table having column store index
i knew ddl operations can't be performed on table having column store index.
now i'm tring to disable this index..can anyone pls help..thanx in advance
lucky