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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -