SqlServer添加或修改表的备注信息
添加表备注EXEC sp_addextendedproperty @name = N'MS_Description', --属性名称 @value = N'备注值', --属性值 @level0type = N'SCHEMA', --最外层对象类型,例如 SCHEMA、DATABASE、SERVER...
tkw 阅读(868) 赞(2)
添加表备注EXEC sp_addextendedproperty @name = N'MS_Description', --属性名称 @value = N'备注值', --属性值 @level0type = N'SCHEMA', --最外层对象类型,例如 SCHEMA、DATABASE、SERVER...
EF Core 数据批注 - [Required] 必需属性
2021-12-10 22:21:19
解决Win10 vpn连接报错 "不能建立到远程计算机的连接。你可能需要更改此连接的网络设置
2021-11-01 11:43:24
uni-app 路由 uni-simple-router
2021-10-14 23:03:08
Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.
2021-09-19 20:45:04
如何在 .NET Core中获取HttpContext?
2022-01-20 20:28:00