1、说明:创建数据库 CREATE?DATABASE?database-name 2、说明:删除数据库 drop?database?dbname 3、说明:备份sql server --- 创建 备份数据的 device USE master EXEC?sp_addumpdevice‘disk‘,‘testBack‘,...
分类:
数据库 时间:
2015-01-08 18:19:00
阅读次数:
249
转自http://blog.csdn.net/tongyu2009/article/details/8525384当我做到#unzip liunx_oracle时候,提示disk full?[root@localhost ~]# df -h 发现已用100%,说明安装时分配的空间10G不够,就需要增...
分类:
系统相关 时间:
2015-01-07 18:41:34
阅读次数:
406
Some ASP.NET files are dynamic. They are generated with C# code or disk resources. These files do not require web forms. Instead, an ASHX generic hand...
分类:
Web程序 时间:
2015-01-07 16:24:11
阅读次数:
189
ubuntu yandex-disk command...
分类:
系统相关 时间:
2015-01-07 15:03:02
阅读次数:
253
Running out of disk space in the pg_xlog directory is a fairly common Postgres problem. This important directory holds the WAL (Write Ahead Log) files. (WAL files contain a record of all changes ma...
分类:
数据库 时间:
2015-01-06 18:20:49
阅读次数:
844
zabbix自带的“TemplateOSLinux”模板支持监控已挂载的磁盘空间利用率,是利用LLD(Low-leveldiscovery)实现的,却没有对磁盘IO监控。本篇文章就介绍利用zabbixLLD功能监控磁盘IO的方法。思路:首先创建Discoveryrules,在agent端配置对应的UserParameter,调用编写好的shell..
分类:
其他好文 时间:
2015-01-06 18:18:21
阅读次数:
186
在硬盘中,硬盘的0柱面0磁头第一个1扇区称为主引导扇区,也叫主引导记录-MBR(main boot record),其中MBR是以下三个部分组成1、Bootloader,主引导程序---446个字节2、Dpt(Disk Partition table),硬盘分区表---64个字节3、扇区结尾标志(5...
分类:
系统相关 时间:
2015-01-06 17:36:05
阅读次数:
203
--还原数据库
--RESTORE DATABASE VANPL_WeiGouYi FROM DISK='C:\Backup\VANPL_WeiGouYi_20141231.bak' with replace,
--MOVE'VANPL_WeiGouYi'TO'F:\MSSQL\VANPL_WeiGouYi.mdf',
--MOVE'VANPL_WeiGouYi_log'TO'F:\MSSQ...
分类:
数据库 时间:
2015-01-06 12:05:17
阅读次数:
131
首先必须在客户机系统里用 '0' 来填充已经被删除的空间。C:\Program Files\VMware\VMware Tools>VMwareToolboxCmd.exe disk shrink C:\这个命令会隐式调用 disk wipe 功能。完成之后虚拟机会被暂时冻结,VMware 会自动完...
分类:
系统相关 时间:
2015-01-06 00:35:36
阅读次数:
634
gtgpdb=# select * from gp_toolkit.gp_size_of_table_disk t where sotdtablename like 'rt_ok%';
sotdoid | sotdsize | sotdtoastsize | sotdadditionalsize | sotdschemaname | sotdtablename ...
分类:
其他好文 时间:
2015-01-05 15:00:18
阅读次数:
211