sql - Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding -


i calling stored procedure when getting error:

"timeout expired. timeout period elapsed prior completion of operation or server not responding."

public static dataset copywebsite(int oldsiteid, int newsiteid, int16 ispagecopyflag, string modulescommaseperated) {     return sqlhelper.executedataset(sqlhelper.connectionstring, "usp_copysite", oldsiteid, newsiteid, ispagecopyflag, modulescommaseperated); } 

how remove error?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -