摘要:
-创建数据库if exists(select * from sysdatabases where name=N'master..test')drop database testcreate database test--创建存储过程(法1)if exists(select * from sysobjects where name=N'proc_name' and type='p')drop pro... 阅读全文
posted @ 2006-11-21 15:29
StephenJu
阅读(573)
评论(0)
推荐(0)

浙公网安备 33010602011771号