ironhide1975
Programmer
Just trying to do an simple update script with my ASP page and when it gets to this update it just hangs and then I get a timeout error.
I can copy this and it works fine if I execute it in SQL Query Manager, but for some reason the ASP page hangs and its a simple update and execute.
Any ideas?
Login user is DBO all priviledges as well.
Code:
UPDATE [Page_Content] set DateOff = '03/31/2008 12:00:00 AM' WHERE ContentID = '472'
I can copy this and it works fine if I execute it in SQL Query Manager, but for some reason the ASP page hangs and its a simple update and execute.
Any ideas?
Login user is DBO all priviledges as well.