摘要:
--Remove all data from a databaseSET NOCOUNT ON--Tables to ignoreDECLARE @IgnoreTables TABLE (TableName varchar(512))INSERT INTO @IgnoreTables (TableName) VALUES ('sysdiagrams')DECLARE @AllRelationships TABLE (ForeignKey varchar(512) ,TableName varchar(512) ... 阅读全文
posted @ 2012-01-17 10:04
国产水货
阅读(123)
评论(0)
推荐(0)
浙公网安备 33010602011771号