The solution is to add conditional logic to your T-SQL to check if the table exists before trying to drop the table. If it exists, you drop ...
確定! 回上一頁