摘要:
ORA-01045:user system lacks create session privilege; logon denied 原因:该用户没有创建session会话的权限 在Google找到这段的说明: What does “ORA-01045: user USERNAME lacks CR 阅读全文
摘要:
表名转化成大写的SQL语句 declare @sql varchar(300) declare @tablename varchar(100) declare cursor1 cursor for select name from sysobjects where xtype = 'u' open 阅读全文
摘要:
WebserviceHelper帮助类: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.ServiceModel; 6 usin 阅读全文
摘要:
use SBase--库名 SELECT表名 = Case When A.colorder=1 Then D.name Else '' End,表说明 = Case When A.colorder=1 Then isnull(F.value,'') Else '' End,字段序号 = A.colo 阅读全文
摘要:
恢复内容开始 1、进入sqlplus模式 sqlplus / as sysdba; 2、帐户再改一次密码 alter user 用户名 identified by 原密码; 3、查看用户密码的有效期设置(一般默认的配置文件是DEFAULT) SELECT * FROM dba_profiles WH 阅读全文
摘要:
测试环境:腾讯云,1核+2G 1.下载 Microsoft SQL Server 2017 Red Hat 存储库配置文件: sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/r 阅读全文