12 2018 档案

摘要:1.获取所有数据库名: (1)、Select Name FROM Master.dbo.SysDatabases orDER BY Name 2.获取所有表名: (1)、Select Name FROM SysObjects Where XType='U' orDER BY Name XType=' 阅读全文
posted @ 2018-12-20 15:53 Javi 阅读(5796) 评论(0) 推荐(0)
摘要:Overloads Join(String, String[], Int32, Int32) Concatenates the specified elements of a string array, using the specified separator between each eleme 阅读全文
posted @ 2018-12-12 16:29 Javi 阅读(362) 评论(0) 推荐(0)
摘要:https://www.microsoft.com/en-us/connectevent/ 阅读全文
posted @ 2018-12-07 15:24 Javi 阅读(108) 评论(0) 推荐(0)
摘要:Today, in the Microsoft Connect(); 2018 keynote, Scott Guthrie announced the availability of Visual Studio 2019 Preview 1. This is the first preview o 阅读全文
posted @ 2018-12-05 10:29 Javi 阅读(225) 评论(0) 推荐(0)