📅  最后修改于: 2022-03-11 14:47:55.959000             🧑  作者: Mango
using (SqlCommand sqlCmd = new SqlCommand(sqlQueryString, sqlConnection))
{
sqlCmd.CommandTimeout = 0; // 0 = give it as much time as it needs to complete
...
}