加命令延迟:
SqlCommand cmd=new SqlCommand(sql,conn);
cmd.CommandTimeout=180(指秒钟,要设足够大);