hi,
I want to create a table with columns as,
create table voice_info(v_ID int,v_Name varchar(50),v_Age int,v_photo image)
i have already created a file group with name photozone.Now i wish to create the v_photo column on file group photozone and want to restrict the column to be accessed in any form either in views or queries or stored procs etc.Can i impliment the permissions at file group level to this column? Ofcourse i have around 30 columns for this table. Thanks in advance..