码迷,mamicode.com
首页 >  
搜索关键字:large database    ( 15808个结果
SQL Server2005常用概念(created by one friend)
数据库(database):为特定目的或操作而组织和表示的信息、表和其他对象的集合。数据库管理系统(database management system):是一种操纵和管理数据库的大型软件,用于建立、使用和维护数据库数据库系统(database systems):是由数据库及其管理软件组成的系统数据...
分类:数据库   时间:2014-06-12 18:42:51    阅读次数:416
SQL Server2005基础知识(created by one friend)
1 -- 创建表book的Transact-SQL语句: 2 create database test01 3 create table test01.dbo.book( 4 book_id nchar(6) not null, 5 book_name nchar(30) null, ...
分类:数据库   时间:2014-06-12 18:13:07    阅读次数:640
安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am getting the following error Wrong attributes "An er...
分类:数据库   时间:2014-06-12 18:07:45    阅读次数:344
[转]Oracle 11g Direct NFS
Direct NFS ClientNAS storage devices use the Network File System (NFS) to access data. In Oracle Database 10g, NAS devices were accessed using operati...
分类:数据库   时间:2014-06-12 14:47:29    阅读次数:421
经典sql
一、基础1、说明:创建数据库CREATEDATABASEdatabase-name2、说明:***数据库dropdatabasedbname3、说明:备份sqlserver---创建备份数据的deviceUSEmasterEXECsp_addumpdevice‘disk‘,‘testBack‘,‘c:\mssql7backup\MyNwind_1.dat‘---开始备份BACKUPDATABASEpubsTOtestBack4、说..
分类:数据库   时间:2014-06-10 23:34:53    阅读次数:367
How to delete Exchange 2010 Mailbox database the specified time
分类:数据库   时间:2014-06-10 23:28:31    阅读次数:230
Memcached全面剖析–3.memcached的删除机制和发展方向
下面是《memcached全面剖析》的第三部分。 发表日:2008/7/16  作者:前坂徹(Toru Maesaka)  原文链接:http://gihyo.jp/dev/feature/01/memcached/0003 memcached是缓存,所以数据不会永久保存在服务器上,这是向系统中引入memcached的前提。 本次介绍memcached的数据删除机制,以及memca...
分类:其他好文   时间:2014-06-10 19:15:06    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!