Sql Server 修改数据库名称

2020-09-11 09:28:11 码农 1858

 

代码如下:

use master

alter database [当前数据库名称] modify name=数据库新名称

—— 完 ——
  • 数据库行和列的区别
  • Mysql 3306是TCP还是UDP端口?
  • MySQL临时表的使用
  • SQL ABS() 函数
  • 远程连接10060 unknown error
  • MYSQL连接Error (1133): Can’t find any matching row in the user table错误的解决办法
  • TIMESTAMP with implicit DEFAULT value is deprecated
  • DNS名称空间
  • Sql Server 修改数据库名称
  • SQL CASE语句

© CopyRight 2014~2024 薄学网.