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
Post a Comment