随笔分类 -  数据库

上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要:原文链接:https://www.cnblogs.com/zhaolongisme/p/16576521.html 环境: WindowsServer2019Datacenter SQL Server2019 SSMSv18 事情: SQL安装完成后, 发现系统日志中有如下报错: 解决: 无法打开明 阅读全文
posted @ 2022-12-21 18:08 yinghualeihenmei 阅读(1834) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/zhengwei-cq/p/14866001.html 项目情况: 用户 ‘NT Service\SSISScaleOutMaster140’ 登录失败。 原因: 找不到与提供的名称匹配的登录名。 [客户端: ] 页面上报错:等待的操作过时。 在服务器 阅读全文
posted @ 2022-12-21 18:00 yinghualeihenmei 阅读(1169) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/qq_32152803/article/details/80256503 请求失败或服务未及时响应。有关详细信息,请参见事件日志或其他适用的错误日志。 第一步:怎么查看系统日志信息 计算机——管理--事件查看器--Windows日志--应用程序。 阅读全文
posted @ 2022-12-21 17:57 yinghualeihenmei 阅读(1066) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/qq_21209307/article/details/104992642 还原数据库选择数据库点击右键选择还原数据库。在弹出的框内选择设备,点击输入框后面的“…”按钮,弹出选择设备页面。点击添加,弹出文件路径选择页面。在文件路径选择页面中选择备 阅读全文
posted @ 2022-12-21 16:40 yinghualeihenmei 阅读(257) 评论(0) 推荐(0)
摘要:原文链接:https://www.lmlphp.com/user/57939/article/item/1655118/ 最近在附加一个数据库的时候遇到一个问题:“指定转换无效”,经过分析,出现这个问题的原因可能是:1、版本不对。2、文件加密。3、文件损坏 解决方法: 一、版本不对: 1. 首先确定 阅读全文
posted @ 2022-12-21 16:18 yinghualeihenmei 阅读(2026) 评论(0) 推荐(0)
摘要:原文链接:http://www.jlasp.com/zhishiwendang/SQL/10_1030.html 是因为Visual Studio 2017已经帮我们安装了更新的版本Microsoft Visual C++ 2017 Redistributable,所以说Visual Studio 阅读全文
posted @ 2022-12-16 15:26 yinghualeihenmei 阅读(1145) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/zouxun660/article/details/127511120 报错截图: 今天在安装SQL Server的过程中,出现问题:安装程序无法与下载服务器联系。请提供 Microsoft机器学习服务器安装文件的位置,然后单击“下一步”,可从以 阅读全文
posted @ 2022-12-16 14:21 yinghualeihenmei 阅读(1926) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/xqe777/article/details/127330683 https://blog.csdn.net/qq_36981814/article/details/104611400/ SQL server 2017安装教程SQL server 阅读全文
posted @ 2022-12-16 12:00 yinghualeihenmei 阅读(519) 评论(0) 推荐(0)
摘要:原文链接:http://www.360doc.com/content/22/0406/08/11213896_1025046951.shtml 安装JDK-8u241-windows-x64 jdk-8u241-windows-x64 软件包下载: https://www.oracle.com/ 阅读全文
posted @ 2022-12-16 11:20 yinghualeihenmei 阅读(506) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/bbj123456/article/details/81365083 SQL SERVER 数据库日志占用很大的空间 ,如果长时间不清除,就会影响数据存储。 一、工具原料 sql server 二 方法、步骤 1、打开sql server 数据库 阅读全文
posted @ 2022-12-16 09:38 yinghualeihenmei 阅读(1214) 评论(0) 推荐(0)
摘要:原文链接:https://www.cnblogs.com/Owen-ET/p/5952706.html Telnet步骤: 一、首先进入Win7控制面板,可以从开始里找到或者在桌面上找到计算机,点击进入里面也可以找到控制面 板,如下图: 二、进入控制面板后,我们再找到“程序和功能”并点击进入,如下图 阅读全文
posted @ 2022-12-15 13:45 yinghualeihenmei 阅读(134) 评论(0) 推荐(0)
摘要:原文链接:https://www.jb51.net/article/126558.htm 环境: Windows server 2008 r2 Standard +SqlServer2008R2 内网环境需要升级为SQL server 2012 升级安装时提示版本不支持 网上查询相关问题, 必须是S 阅读全文
posted @ 2022-12-13 18:06 yinghualeihenmei 阅读(1571) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/cailinaaa/archive/2006/10/20/534988.html SQL Server添加序号列 selectROW_NUMBER() OVER(ORDER BY Convey_Fee desc) as z,rank() OVER(OR 阅读全文
posted @ 2022-12-11 23:15 yinghualeihenmei 阅读(1502) 评论(0) 推荐(0)
摘要:NOW() sqlserver是getdate() 阅读全文
posted @ 2022-12-09 09:55 yinghualeihenmei 阅读(45) 评论(0) 推荐(0)
摘要:http://www.yiidian.com/sql/power-function-in-sql.html 一、SQL POWER 函数 语法 POWER函数 是 SQL 中的一个数学函数,它返回一个数字的值,它是另一个数字的幂。在幂函数中,我们必须将两个数字作为参数传递,其中一个数字作为指数,另一 阅读全文
posted @ 2022-12-07 00:09 yinghualeihenmei 阅读(1309) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_41896770/article/details/107625845 总结:RANK() OVER( PARTITION BY class order by score desc) 并列第一,没有第二名; DENSE_RANK() OVER( 阅读全文
posted @ 2022-12-07 00:04 yinghualeihenmei 阅读(686) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/m0_61491995/article/details/125689610 数据库模式定义语言DDL(Data Definition Language),是用于描述数据库中要存储的现实世界实体的语言。 一、数据库的操作命令1.创建数据库格式: create 阅读全文
posted @ 2022-12-06 23:53 yinghualeihenmei 阅读(168) 评论(0) 推荐(0)
摘要:原文链接 https://www.cnblogs.com/yifeixue/p/16441973.html 一:存储过程概述1.1 存储过程的概念存储过程(Stored Procedure)是预编译SQL语句集合,这些语句存储在一个名称(存储过程的名称)下并作为单元来处理。存储过程代替了传统的逐条执 阅读全文
posted @ 2022-12-06 23:48 yinghualeihenmei 阅读(1050) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_71712767/article/details/126863842 如何使用navicat进入MySQL命令行界面?如何通过命令对数据库/表进行操作? 如何在Navicat中MySQL链接打开命令列界面? 1.打开Navicat 2.打开工 阅读全文
posted @ 2022-12-05 10:45 yinghualeihenmei 阅读(711) 评论(0) 推荐(0)
摘要:https://copyfuture.com/blogs-details/202206101947537199 https://blog.csdn.net/qq_26898033/article/details/84341061 错误原因: mysql设定了单个客户端最大连接失败次数,超过后便无法再 阅读全文
posted @ 2022-12-05 10:38 yinghualeihenmei 阅读(807) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页