Sql Server Express db size limit -


after looking @ 1 of our databases i'm finding confusing if i'm reaching limit sql express db. database created sql server express 2005 later migrated express 2008 r2. understand of 2008 databases have 10gb limits mean database has created in 2008 or when migrated on acquired 5gb of space.

properties window of db in question. http://i58.tinypic.com/24476zq.jpg

sp_spaceused query http://i59.tinypic.com/25s1sm8.jpg

and there can free space. ran shrink db in ssms wizard didnt seem free space.

you have 4750 mb database of 4580 mb used transaction log of more 98% in use. have either huge uncommitted query or have full backup recovery model , not backup log.

right click database in management studio , open properties. select "files" - guess size of transaction log bigger of database file.

select "options". see recovery model present. switch simple , after while dbcc shrinkdatabase should free log space.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -