摘要:
数据库脚本:use master goif exists(select name from sys.databases where name='Test_Page')drop database Test_Pagegocreate database Test_Pagegouse Test_Pagego--表:T_Personif exists(select name from sys.objects where name='T_Person')drop table T_Persongocreate table T_Person(C_ID int identity( 阅读全文
posted @ 2011-10-11 16:06
Curitis
阅读(144)
评论(0)
推荐(0)

浙公网安备 33010602011771号