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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -