ASP.NET網站開發--關於對三層架構(例:請假管理系統)的我的認識詳情

  1、數據庫建立基本流程 1.修改當前數據庫,用於刪除sql use master go 2.若是存在數據庫,則進行刪除數據庫 if exists(select * from sys.databases where name ='test') drop database test go 3.建立數據庫:架構 create database test go 4.使用數據庫:ide use
相關文章
相關標籤/搜索