Hi,
I need to change a data type of a field in SQL Server 2005.
The fiels most be changed from varchar(13) to varchar (20), but because of the amout of data it is taking to much time so i receive a timeout message from SQL Server on Query window.
Can i change the timeout , so that this query (alter table ….) can run?
Thank you