本章节主要介绍了在SQL Server实例中使用SQL语句进行数据库管理。 删除数据库 连接sqlserver实例,执行以下命令,删除数据库: DROP DATABASE [TESTDB]; GO 注意 用户需要配置为所有者权限才能执行删除数据库的命令,否则会产生如下报错: "Cannot drop the database 'TESTDB', because it does not exist or you do not have permission."
./ 安装完成后,可以看到以下pod、HBlock的plugin以及Sidecar容器正常启动:[root@server csi-driver-stor]# kubectl get pod NAME READY STATUS RESTARTS AGE csi-storplugin-controller-79df7bf49c-wr4tb 4/4 Running 0 5m10s csi-storplugin-node-4lzr9 2/2 Running 0 5m10s csi-storplugin-node-jx95c