我想连接到SQL Server数据库,遍历所有表,然后遍历每一行和每一列,以获取数据库中所有数据的值。foreach(DataRow drCurTable in dtSchema.Rows) if (drCurTable.ItemArray[3].ToString() == "BASE TABLE") // At this point I want to loop though each row in the current
你好,我想遍历我的数据库表并删除那些我不需要的表。另外,我希望这段代码是一个存储过程。我想遍历这个select的table_name_to_be_deleted: SELECT name as table_name_to_be_deletedWHERE7=7 and modify_date< dateadd(day,-10,GETDATE()) 并删除table</em