sql server 透明加密
1 SqlCryptInitializeProvider 2 SqlCryptFreeProvider 3 SqlCryptOpenSession 4 SqlCryptCloseSession 5 SqlCryptGetProviderInfo 6 SqlCryptGetNextAlgorithmId 7 SqlCryptGetAlgorithmInfo 8 SqlCryptCreateKey 9 SqlCryptDropKey 10 SqlCryptGetNextKeyId 11 SqlCryptGet…
MSSQLSERVER_33085中提到的外部加密程序api函数的具体参数及返回值哪里有具体说明
这些函数的具体参数和返回值有没有具体说明文档啥的,比如:SqlCryptInitializeProvider、SqlCryptOpenSession、SqlCryptGetProviderInfo、SqlCryptCreateKey等
update语句执行时间太长该如何优化
我有一张表,有差不多三万行数据,其中有一个ID列是Primary Key且创建了Clustered Index 此表上的更新和删除花费较长时间,大概需要3到5分钟,比如: update Mytable set Statuse='OK' where ID = 101 当我备份还原数据库时,对同一表的查询运行尚可。 请教可能的原因,或者解决方案。
Sql server无法连接
我用自己的域账号可以直接连接的,但是我启用了sa以后没法用sa账号进行连接,确认过密码是对的,报错信息就是提示无法连接,连接失败了。
Sql server 安装失败
我在自己的电脑上安装sql server,用的win11系统,保存信息是database engine failed,该怎么解决?在我的笔记本上安装是没有问题的。
如何设置row_number的初始值
我知道,row_number是从1开始的自然数,但是我现在有一种情况需要它不从1开始。 比如说,当part为NULL时,number为1,其余的part从2开始计数: Part | row_number NULL | 1 A | 2 A | 3 A | 4 B | 2 B | 3 B | 4 麻烦提供一些想法或建议。
SSRS 报表访问配置问题
我再本机安装了一台windows server 2019 的虚拟机,在虚拟机中安装了sqlserver 2022和SSRS报表服务器,我现在遇到几个问题: 1、我的虚拟主机名是WH,和我本机电脑是桥接模式,共用我家路由器分配的地址,虚拟机也可以上网,我配置好SSRS报表后,我再本地电脑使用http://192.168.3.46/Reports…
SSRS 报表访问配置问题
我再本机安装了一台windows server 2019 的虚拟机,在虚拟机中安装了sqlserver 2022和SSRS报表服务器,我现在遇到几个问题: 1、我的虚拟主机名是WH,和我本机电脑是桥接模式,共用我家路由器分配的地址,虚拟机也可以上网,我配置好SSRS报表后,我再本地电脑使用http://192.168.3.46/Reports…
Check if file exist in SSIS
I want to check if file exist in SSIS, is it possible to do that without script task?
转换日期时convert和try_convert函数都不起作用
在使用convert来改变日期格式时,发现部分数据无法转换。在网上搜索了一下有人建议使用try_convert,于是我尝试使用try_convert,但依旧没有成功转换。 请教一下还有别的方法可以解决这个问题吗?
vs架构比较提示“未成功完成更新目标。有关详细信息,请查看状态栏”
我正在使用vs2022的架构比较工具比较SQL Server 2014的架构,比较后提示“未成功完成更新目标。有关详细信息,请查看状态栏”,但是状态栏显示“检测到目标架构偏差。请按‘比较’刷新比较结果。”,同时错误列表中没有信息。我不知道为什么没有更新。
Windows sever 2019 wsus server 不能连接 SQL Server数据库
错误日志 2024-12-24 23:41:08 Postinstall started 2024-12-24 23:41:08 Detected role services: Api, Database, UI, Services 2024-12-24 23:41:08 Start: LoadSettingsFromParameters 2024-12-24 23:41:08 Content local is: True 2024-12-24 23:41:08 Content…
为什么Print和Select返回的结果不一样
正在尝试写一个存储过程,但是发现一个问题如下: DECLARE @Year INT; DECLARE @Month INT; DECLARE @DATE DATETIME; SET @Year = 2024; SET @Month = 12; SET @DATE = FORMAT(DATEFROMPARTS(@Year, @Month, 1), 'yyyy-MM-ddTHH:mm:ss.fff'); PRINT @DATE; SELECT @DATE; Print的结果是12 1 2024…
bcp在导出大量数据时 会不会锁表,对业务的增删改查有影响么
bcp在导出大量数据时 会不会锁表,对业务的增删改查有影响么,2020202020202020202020
在关闭SSMS时直接点击右上角的×,没有断开连接,当我再次打开后,我创建的一个名为Book_Reader_DB的数据库里的表全部丢失,而且我无法新建表了
先描述一下我的使用过程,我在本地新建了一个数据库 还创建了三张表格 在填入数据后我就直接右上角关闭了SSMS,当我再次打开数据库后我的表都没了 当我想新建一个的时候提示我 详细信息: 标题: Microsoft SQL Server Management Studio 未指定的错误 (MS Visual Database Tools) 按钮: 确定 程序位置: 在…
My database's .mdf file was lost during the restore process due to changing the logical file name. Now the database is in "RESTORING" state, and I cannot recover the original file, nor do I have a backup. How can I recover the lost .mdf file?
I encountered an issue during a database restore operation in SQL Server. The process and the problem are as follows: Restore Process Details: I was trying to restore a database from a backup. During the restore process, I changed the logical file…
Please help to check the issues that occur when Power Shell processes SSAS models for SQL Server.
I have installed two instances of SQL Server, one is the multidimensional model (default) instance: DEFILT, and the other is the table model instance: MS1SERVER 2. Now I need to use the 'Invoke ProcessTable' command in Power Shell to refresh the table of…
Please help to check the issues that occur when Power Shell processes SSAS models for SQL Server.
I have installed two instances of SQL Server, one is the multidimensional model (default) instance: DEFILT, and the other is the table model instance: MS1SERVER 2. Now I need to use the 'Invoke ProcessTable' command in Power Shell to refresh the table of…