06 2020 档案
摘要:use master go 使用默认数据库 if exists(select * from sys.databases where name='A') drop database A go 检查是否存在数据库A,如果存在则删除 create database A go use A go 创建数据库A
阅读全文
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Configuration; 6 using System.Data; 7 usi
阅读全文
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data; 6 using System.Data.SqlClient; 7 us
阅读全文

浙公网安备 33010602011771号