sql - Could not allocate space for object 'dbo.' in database '' because the 'PRIMARY' filegroup is full -


i have sql db have maximum size of 10 gb(express edition) , has "2864.35 mb" size available. giving error on changing column datatype of column 'name' nvarchar(1000) nvarchar(400). column don't require space , after want apply non clustered index on . ... error coming -

"could not allocate space object 'dbo.' in database '' because 'primary' filegroup full. create disk space deleting unneeded files, dropping objects in filegroup, adding additional files filegroup, or setting autogrowth on existing files in filegroup."

i have sql express edition size 2012 (max limit of 10 gb). have googled nothing working in solution...

any appreciated. thanx in advance.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -