SQL Server: Maximum character length of object names

前端 未结 3 1263
南笙
南笙 2020-12-07 21:20

What is the maximum character length of object name (e.g. constraint, column) in SQL Server 2008?

3条回答
  •  抹茶落季
    2020-12-07 22:15

    128 characters. This is the max length of the sysname datatype (nvarchar(128)).

提交回复
热议问题