摘要: 整理一下级联更新和删除 c#调用返回值use master go IF exists(select 1 from sysdatabases where name='temp')BEGIN DROP DATABASE tempENDcreate database tempgouse tempgo--drop table ProductInfocreate table ProductInfo( ProductId int primary key , ProductName varchar(20), ) create table ProductDetails( id int iden 阅读全文
posted @ 2013-08-13 13:41 li-peng 阅读(754) 评论(0) 推荐(0)