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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -