Does anyone know of an upper limit in SQL Server 2005 on the number of
schemas that can be created in the Enterprise version? Or any other version?
Hi
A limit is not listed on
http://msdn2.microsoft.com/en-us/library/ms143432.aspx but schema_id in
sys.schemas is an int which would provide a limit.
John
"Stolicow" wrote:
> Does anyone know of an upper limit in SQL Server 2005 on the number of
> schemas that can be created in the Enterprise version? Or any other version?
>
>
sql
No comments:
Post a Comment