CSharp SQLServer 登陆
摘要:
=======后台SQLServer存储过程================--创建数据库create database Stu;--创建表use MyShool;if exists(select * from sys.tables where name='student') drop table ... 阅读全文
posted @ 2013-12-08 23:39 wcq 阅读(1236) 评论(0) 推荐(0)
浙公网安备 33010602011771号