求sql语句
PHP code:
将数据库中的proc都执行一遍
不会是 EXEC sp_MSforeachtable?肯定不是啦,是什么呢?
這個不太現實吧,有的有參數有的沒有怎麼辦?
如果所有存儲過程都不帶參數,可以邊厲所有存儲過程
然後執行
如需要阅读该回复,请登录或注册CSDN!
相关问答:
with adod_dict do
begin
close;
commandtext:='select bgqxcode,count(*) wjsl from wscl_wsda_file where wjnd=:tnd group by bgqxcode'; ......
sql2005
select *from v_ddxx where d_sfsc='0' and (g_ssbm='1001' or g_ssbm='1002') and (xxf>0 and xxfwzf <>0 ),执行速度慢的要死,但是如果把(xxf>0 and ......
create table jskb(
编号 int identity(1,1) primary key not null,
姓名 varchar(20) not null,
性别 char(1) not null ,
授课名 varchar(10) not null,
教室号 int(10)
)
错哪呢?
cre ......
# Student(S#,Sname,Sage,Ssex) 学生表
# Course(C#,Cname,T#) 课程表
# SC(S#,C#,score) 成绩表
# Teacher(T#,Tname) 教师表
求一sql:
把 ......
SQL code:
exec sp_decrypt1 'EL_SP_AdminComment' 我想将执行的结果存在一个变量中
==
引用
SQL codeexec sp_decrypt1'EL_SP_AdminComment' 我想将执行的结果存在一个变量中
放 ......