随笔分类 - Windows
摘要:vscode remote-wsl 启动失败 错误信息 Updating VS Code Server to version dfd34e8260c270da74b5c2d86d61aee4b6d56977 Removing previous installation... Installing V
阅读全文
摘要:issue sql agent使用powershell挂载共享盘不能识别. New-PSDrive -Persist -Name Z -Root \\ip\path 挂载的盘识别不了 solution 第一种 New-PSDrive -Persist -Name Z -Root \\ip\path
阅读全文
摘要:1. scale-out deployment is not supported in this edition of reporting services Use [ReportServer] Go Select * from keys; --From the output of above qu
阅读全文
摘要:背景 SQL Server恢复数据库后是没有对应的数据库登录名在master数据库里面的 https://support.microsoft.com/en-gb/help/918992/how-to-transfer-logins-and-passwords-between-instances-of
阅读全文
摘要:文档 官方文档 https://docs.microsoft.com/zh-cn/sql/database-engine/configure-windows/enable-encrypted-connections-to-the-database-engine?view=sql-server-ver
阅读全文
摘要:问题 SQL Agent 在Powershell中使用UNC路径错误,报找不到路径。但不在sql agent中跑一点问题没有 原因 SQL Agent 使用的是SQL Server PowerShell,而UNC路径是FileSystem类型的provider https://social.msdn
阅读全文
摘要:https://zhuanlan.zhihu.com/p/143166990
阅读全文
摘要:SMO 简介 SQL Management Object - 微软用于管理sql server的.net库 , SSMS就是基于这些.net对象开发的。 视屏入门 YouTUbe地址:https://www.youtube.com/watch?v=zjxwY46mcwQ B站:https://www
阅读全文
摘要:默认投影到此电脑是灰色的,即不可用,所以要添加可选功能"wireless display",添加好后就不是灰色的了(如下图),并且会在开始菜单产生一个"连接"的应用(也可以之间在这里运行), 每次投影需要在可以投影的笔记本上打开它. 打开可能提示不可以被当作投影的设备,那么设备就不能当作副屏.
阅读全文
摘要:性能计数器 https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/use-sql-server-objects?view=sql-server-ver15 不时更新常用的性能计数器 常用性能计数器
阅读全文
摘要:两种解决方法 远程服务器设置导致 1.修改注册表修改远程服务器设置 将下面的注册表下的值从1改为0 HKLM\System\CurrentControlSet\Control\SessionManager\ProtectionMode 2.修改本地脚本 删除所有的磁盘映射,而不是特定的某一个 ::
阅读全文
摘要:现象 Windows时间与标准时间不一样,关机不断电 方案一 修改注册表不过我没成功。这个应该是黑苹果,Windows双系统时有用。 Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniv
阅读全文

浙公网安备 33010602011771号