代码改变世界

随笔档案-2020年06月

SQL脚本生成数据库文档

2020-06-30 17:24 by newbirth, 463 阅读, 收藏,
摘要: SELECT (case when a.colorder=1 then d.name else '' end)表名, d.name 表名1, a.colorder 字段序号, a.name 字段名, (case when COLUMNPROPERTY( a.id,a.name,'IsIdentity 阅读全文

阿里云SQL Server远程连接配置

2020-06-18 11:52 by newbirth, 936 阅读, 收藏,
摘要: 1.阿里云后台安全组添加访问规则,如下图 2.阿里云服务器 登录后 防火墙添加入站规则 1433,如下图 阅读全文