当前位置:网站首页>SQL Server syntax - create database
SQL Server syntax - create database
2022-07-24 14:10:00 【51CTO】
One 、 Create a library – Create database
create database Library name
on -- Data files
( name = ‘ Logical name ’,
filename = ‘ Physical path and name .mdf’,
size = Initial size of data file ,
filegrowth = Data file growth rate , You can also use percentages to set )
log on -- Log files (
name = ‘ Logical name _log’,
filename = ‘ Physical path and name .ldf’,
size = Initial size of log file ,
filegrowth = Log file growth rate , You can also use percentages to set )
【 It can be omitted , Use the default value 】
Concise grammar create database Library name
Two 、 Modify Library alter database Library name
3、 ... and 、 Delete Library drop database Library name
边栏推荐
- Centos7 installs Damon stand-alone database
- Complete set of JS array common operations
- 【C语言笔记分享】——动态内存管理malloc、free、calloc、realloc、柔性数组
- 栈与队列——20. 有效的括号
- Csp2021 T3 palindrome
- String - 459. Repeated substrings
- 自动化渗透扫描工具
- R语言使用epiDisplay包的summ函数计算dataframe中指定变量在不同分组变量下的描述性统计汇总信息并可视化有序点图、自定义cex.main参数配置标题文本字体的大小
- CSP2021 T3 回文
- Matlab program for natural gas flow calculation
猜你喜欢

正则表达和绕过案例

Regular expression and bypass cases
![[C language note sharing] - dynamic memory management malloc, free, calloc, realloc, flexible array](/img/3f/35c9ff3be5c0ef781ffcb537287a20.png)
[C language note sharing] - dynamic memory management malloc, free, calloc, realloc, flexible array

Apache2 ha experiment with raspberry pie

在EXCEL表格中如何进行快速换行

Mmdrawercontroller first loading sidebar height problem

天然气潮流计算matlab程序

【C语言笔记分享】——动态内存管理malloc、free、calloc、realloc、柔性数组

2022年IAA行业品类发展洞察系列报告·第二期

使用树莓派做Apache2 HA实验
随机推荐
CSP2021 T1 廊桥分配
2.4. properties of special profile
Error importing header file to PCH
SQL server startup and shutdown job script
Notes on the use of IEEE transaction journal template
Flink advanced features and new features (VIII)
Flinktable & SQL (VI)
R language test sample proportion: use the prop.test function to perform a single sample proportion test to calculate the confidence interval of the p value of the successful sample proportion in the
对话框管理器第二章:创建框架窗口
IEEE Transaction期刊模板使用注意事项
电赛设计报告模板及
R语言tidyr包的gather函数将从宽表转化为长表(宽表转化为长表)、第一个参数指定原多个数据列名称生成的新数据列名称、第二个参数指定原表内容值、第三个和第四个参数通过列索引指定不变的列名称列表
Source code analysis of ArrayList
Csp2021 T1 corridor bridge distribution
Nmap安全测试工具使用教程
IntelliSense of Visual Studio: 'no members available'
记不住正则表达式?这里我整理了99个常用正则
看完这篇文章,才发现我的测试用例写的就是垃圾
Click event to create a new node
【NLP】下一站,Embodied AI