-- =============================================--
Author: -- Create date: -- Description: -- Environment: --
===========================...
分类:
数据库 时间:
2014-06-29 15:32:21
阅读次数:
278
原文译自:http://www.mssqltips.com/sqlservertip/2766/sql-server-auto-update-and-auto-create-statistics-options/?utm_source=dailynewsletter&utm_medium=email...
分类:
数据库 时间:
2014-06-29 15:31:26
阅读次数:
330
生产环境:AIX 5.3 + Oracle
10.2.0.5任务要求:普通表改造分区表,历史数据不要这个需求很简单:pl/sql导出建表语句,依次修改成分区的建表语句,注意将索引修改成本地索引;drop
原表;create 新分区表.1.重建过程中遇到问题:删除某表时报错ORA-00054,导致无法...
分类:
其他好文 时间:
2014-06-07 04:21:53
阅读次数:
244
Global cursor:To change the cursor in a
application wide fashion, you have to access the Glass Pane and set its cursor,
and then make the glass pane v...
分类:
编程语言 时间:
2014-05-30 11:18:29
阅读次数:
284
想要玩玩git,参考了网友懒惰之计的一篇Blog《github:如何获取项目源代码
》,按部就班完成了所有的步骤的,可在测试的时候,遇到了问题,总是报错”github Permission denied
(publickey)“。后面在查看git的安装目录下有个.ssh目录的时候发现了问题。原来在生...
分类:
其他好文 时间:
2014-05-29 09:04:36
阅读次数:
248
APN全称是Access Point
Name,中文即接入点,是通过手机上网时必须配置的一个参数,它决定了手机通过哪种接入方式来访问网络。android系统把所有的APN都保存在数据库中,数据库绝对路径:/data/data/com.android.providers.telephony/datab...
分类:
移动开发 时间:
2014-05-28 22:27:09
阅读次数:
325
建立表空间和用户的步骤: 用户 建立:create user 用户名 identified
by "密码"; 授权:grant create session to 用户名; grant create table to 用户名; grant c...
分类:
数据库 时间:
2014-05-28 21:41:27
阅读次数:
393
1 #include 2 3 /*从一个图象文件中生成 GdkPixbuf 类型数据*/ 4
GdkPixbuf * create_pixbuf(const gchar *filename) 5 { 6 GdkPixbuf *pixbuf; 7
GError *error = ...
分类:
其他好文 时间:
2014-05-28 21:24:02
阅读次数:
289
2.
分别为上述建立的表格建立适当的索引,请描述建立索引的过程(可以截图或者写SQL)。其中,要求对SPJ标中的SNo, PNo字段各建立一个索引,为(PNo,
JNo)的组合建立一个索引。请问,SNo和PNo上的索引是聚集索引还是非聚集索引?为什么?附上代码:1 create index SNo_...
分类:
数据库 时间:
2014-05-28 16:20:29
阅读次数:
245
Oracle Create Table T_new as select * from
Tab_oldSQL ServerSelect * into T_new from T_old表改名Oraclealter table t rename to
T_IdNameSQL Server sp_renam...
分类:
其他好文 时间:
2014-05-28 11:28:09
阅读次数:
286