I recieve the following error message when trying to set a field not to allow nulls.
Unable to modify table.
ODBC error: [Microsoft][ODBC SQL Server Driver]Timeout expired
I have checked the ODBC section for configuration of the SQL driver, and I can find no time limit, only a section for logging large queries. I have used sp_configure to check SQL and it has a query wait value that is very high eg 200000000 or some such. The properties tab of the SQL server itself indicate that the query should have unlimited time to execute ( a value of 0 . Can anyone shed any light on what I have missed??
Unable to modify table.
ODBC error: [Microsoft][ODBC SQL Server Driver]Timeout expired
I have checked the ODBC section for configuration of the SQL driver, and I can find no time limit, only a section for logging large queries. I have used sp_configure to check SQL and it has a query wait value that is very high eg 200000000 or some such. The properties tab of the SQL server itself indicate that the query should have unlimited time to execute ( a value of 0 . Can anyone shed any light on what I have missed??