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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -