06 2015 档案

摘要:表备份模式备份:expsystem/pwd@127.0.0.1:1521/dbowner=(user)file=E:\DB\db20150326.dmp tables=(table);还原:impsystem/pwd@127.0.0.1:1521/dbfromuser=(user)touser=us... 阅读全文
posted @ 2015-06-25 09:06 ぃ流年☆ 阅读(617) 评论(0) 推荐(0)
摘要:查找所有所有存储过程的名称及信息select * from sysobjectswhere type='P' 查看存储过程定义语句sp_helptext [存储过程名] 查看所有视图及信息select * from sysobjectswhere type='V'SQL自带函数exec sp_dat... 阅读全文
posted @ 2015-06-23 17:30 ぃ流年☆ 阅读(407) 评论(0) 推荐(0)