类型=b.name,占用字节数=a.length,长度=COLUMNPROPERTY(a.id,a.name,'PRECISION'),小数位数=isnull(COLUMNPROPERTY(a.id,a.name,'Scale'),0),允许空=case when a.isnullable=1 then '√'else '' end,默认值=isnull(e.text,''),字段说明=is...
we need to add a synonym to support two-part naming for SQLServer tables.To do so,run the following query:CREATE SYNONYM[Sales.SalesOrderDetail]FOR Sales.SalesOrderDetail Run the following query and review its result....