Hi,
I have created filestream filegroup by setting autogrowth to 1mb. i knw for filestream we cannot set autogrowth. but i did & using these filegroup i hve created one table for storing images. i have inserted images upto 1mb, if i try to insert more it give error msg :
Msg 1105, Level 17, State 40, Line 18
Could not allocate space for object 'dbo.picture' in database 'NorthPole' because the 'Npole' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth
on for existing files in the filegroup.
my question is :
In filestream feature, data to be stored direclty to NTFS file system means filestream uses size of disk. & if i insert data into table then it would allow to insert till the disk full. Then why i am getting this error? & why it not allowing me to insert after 1 mb?
one more question
if 1mb is storing somewhare then from where we get this 1 mb i mean frm query?
Thanks,
Priyanka Adam