avatar
帮忙找两篇文章,有大包子# Environmental - 环境科学与工程
e*y
1
比如说
table1
a,b,c,d
a,d,c,b
table2
a,b,c,d
a,d,c,b
当table1里头任意一个有update,table2也会跟随update.在没有Key的情况下,就是说不
能join两个表. 请问还有没有其它最优解?(除了删除Table2里头的然后在一笔一笔
insert)
avatar
F*l
2
【 以下文字转载自 Linux 讨论区 】
发信人: Football (Ball), 信区: Linux
标 题: gfortran 编译f90程序
发信站: BBS 未名空间站 (Wed Apr 30 12:52:03 2008), 转信
怎么也弄不对,不知道用什么option,看了半天manpage也不明白
那位递个援手?
谢了
avatar
G*e
3
【 以下文字转载自 Chemistry 讨论区 】
发信人: GoEagle (go home), 信区: Chemistry
标 题: 帮忙找两篇文章,有包子
发信站: BBS 未名空间站 (Wed Feb 13 19:15:14 2008)
Graybill, DA and Idso, SB: 1993, ‘Detecting the Aerial Fertilization
Effects of Atmospheric CO2 Enrichment in Tree-Ring Chronologies', Global
Biogeochem Cycles, 7, 81-95
Gifford, R. M (1992) Advances Bioclim(Short name: Adv. Bioclim), 1, 24-58
谢谢,有大包子
j*****[email protected]
avatar
B*g
4
两个table之间怎么连起来的?

【在 e*********y 的大作中提到】
: 比如说
: table1
: a,b,c,d
: a,d,c,b
: table2
: a,b,c,d
: a,d,c,b
: 当table1里头任意一个有update,table2也会跟随update.在没有Key的情况下,就是说不
: 能join两个表. 请问还有没有其它最优解?(除了删除Table2里头的然后在一笔一笔
: insert)

avatar
O*e
5
What does the compiler tell you when you try to compile something?
Try compiling this program with just "gfortran" and no options.
PROGRAM MAIN
END PROGRAM MAIN
What does the compiler say?

【在 F******l 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: Football (Ball), 信区: Linux
: 标 题: gfortran 编译f90程序
: 发信站: BBS 未名空间站 (Wed Apr 30 12:52:03 2008), 转信
: 怎么也弄不对,不知道用什么option,看了半天manpage也不明白
: 那位递个援手?
: 谢了

avatar
l*u
6
check your email

【在 G*****e 的大作中提到】
: 【 以下文字转载自 Chemistry 讨论区 】
: 发信人: GoEagle (go home), 信区: Chemistry
: 标 题: 帮忙找两篇文章,有包子
: 发信站: BBS 未名空间站 (Wed Feb 13 19:15:14 2008)
: Graybill, DA and Idso, SB: 1993, ‘Detecting the Aerial Fertilization
: Effects of Atmospheric CO2 Enrichment in Tree-Ring Chronologies', Global
: Biogeochem Cycles, 7, 81-95
: Gifford, R. M (1992) Advances Bioclim(Short name: Adv. Bioclim), 1, 24-58
: 谢谢,有大包子
: j*****[email protected]

avatar
e*y
7

两个table并没有连接.Table2只是一开始copy了一份完整的内容从Table1

【在 B*****g 的大作中提到】
: 两个table之间怎么连起来的?
avatar
G*e
8
Really?
I have not received it..
avatar
y*9
9
trigger or replication?

【在 e*********y 的大作中提到】
: 比如说
: table1
: a,b,c,d
: a,d,c,b
: table2
: a,b,c,d
: a,d,c,b
: 当table1里头任意一个有update,table2也会跟随update.在没有Key的情况下,就是说不
: 能join两个表. 请问还有没有其它最优解?(除了删除Table2里头的然后在一笔一笔
: insert)

avatar
i*a
10
log shipping, mirroring, backup/restore.
if data volume is small, ssis delete and copy

【在 e*********y 的大作中提到】
: 比如说
: table1
: a,b,c,d
: a,d,c,b
: table2
: a,b,c,d
: a,d,c,b
: 当table1里头任意一个有update,table2也会跟随update.在没有Key的情况下,就是说不
: 能join两个表. 请问还有没有其它最优解?(除了删除Table2里头的然后在一笔一笔
: insert)

avatar
i*a
11
replication needs key

【在 y****9 的大作中提到】
: trigger or replication?
avatar
k*e
12
如果abcd field都很小(比如int),就把全部field做成一个compound key即可。
否则,修改系统的architecture,加一个id column做key.
谁做的系统,太烂了。
avatar
y*9
13
Sometime to answer a question is very difficult because the question does
not describe the whole story. If I ask how to cut a tree, the answer could
be using an ox or saw; but if I ask how can I cut a tree to get the apples?
you will most likely ask why you need to cut the tree? You may use the
ladder.
I read some where that the famous "Tom Kyte turn around" to answer a
question is to ask " why?" first (Tom Kyte is Oracle guru)
Why do you need to sync up the two tables? what is your database /verison (
mysql, oracle, sql server etc..). Why do you need the second table which has
exact content of the first one in the first place? Do the two tables reside
in different databases?
BTW in Oracle as I remember it is not necessary to have a key to make
replication (Oracle Advanced replication, Oracle stream, or GoldenGate,
Shareplex etc) to work though it is recommended. In SQL server I am not sure

【在 k********e 的大作中提到】
: 如果abcd field都很小(比如int),就把全部field做成一个compound key即可。
: 否则,修改系统的architecture,加一个id column做key.
: 谁做的系统,太烂了。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。