SQL Express Database size limit via query -



SQL Express Database size limit via query -

we know max size of sql info files allowed in sql express editions 2 gb, 4 gb , 10 gb sql 2000, 2005, 2008 express respectively.

is there way see max size of database allowed via sql query?

the max size that. i'm not aware of query can run info directly.

you sql server version:

select @@version

and infer that.

sql

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -