04 2020 档案

摘要:1. How To Kill SPID For Specific Database /*******************************************/ DECLARE @kill varchar(8000) Set @kill = '' SELECT @kill = @kil 阅读全文
posted @ 2020-04-29 17:38 Javi 阅读(197) 评论(0) 推荐(0)
摘要:1.右键数据库》属性 2.点击“选项”》修改排序方式 解决方法2: 最彻底的就是重装SQL,在安装时自定义安装,选好语言版本及排序规则,这样问题就解决了。 参数解释如下:前半部份:指UNICODE字符集,Chinese_PRC_指针对大陆简体字UNICODE的排序规则。排序规则的后半部份即后缀 含义 阅读全文
posted @ 2020-04-29 17:09 Javi 阅读(4227) 评论(0) 推荐(1)
摘要:LDAP的存储规则 区分名(DN,Distinguished Name) 和自然界中的树不同,文件系统/LDAP/电话号码簿目录的每一片枝叶都至少有一个独一无二的属性,这一属性可以帮助我们来区别这些枝叶。 在文件系统中, 这些独一无二的属性就是带有完整路径的文件名。比如/etc/passwd,该文件 阅读全文
posted @ 2020-04-09 16:03 Javi 阅读(4373) 评论(0) 推荐(0)
摘要:A tool to merge the contents of different folders into a single folder, while (optional) keeping its folder structure.Here's an illustration of the ba 阅读全文
posted @ 2020-04-09 13:57 Javi 阅读(458) 评论(0) 推荐(0)
摘要:When you install the Microsoft SQL Server Management Studio, the default settings do not allow you to save any changes to the structure of your tables 阅读全文
posted @ 2020-04-07 14:40 Javi 阅读(283) 评论(0) 推荐(0)