database - Why SQL Server has stopped the execution? -


i have sql server database , connect sql server management studio. when execute procedure if close client database not continue execution. why?

i assumed execution runs on database , not in local.

thank you.

the execution runs on database server alright. however, when connection closed along client (in case management studio client), have sql server abort , roll running transaction.

if want have run independently of client connection (at schedule or triggered), need jobs instance executed sql server agent.


Comments

Popular posts from this blog

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -