Microsoft
Software
Hardware
Network
Question : Timeout error?
SQl 2005 Express.
When I try to add a column to a table that is large I get this error. I don't get it when I run it on the same database on a stronger pc. Is there away to increase the timeout variable?
- Unable to modify table.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Answer : Timeout error?
Hello Jess31,
seems like you are trying to add it thru the GUI.. try running an ALTER statement
ALTER TABLE tableName ADD columnName datatype
Regards,
aneeshattingal
Random Solutions
Will domain GPO over write the local policy.
How to limit internet browsing using group policy
How can I set a variable equal to a value returned from an SQL SELECT statement
How to change power settings on a PC, and make it effective to all users.
Looking for a file monitoring utility
Access 2003 database can't be openend with multiple users
Using a Field from a Table as part of the file name when saving in a module
How to minimize a VFP 7 application to the system tray
Only display "True" check boxes on Access report
Can I write a number extracting algorithm