Win Service and Stored Procedure
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I have created a win service which executes a long latency SQL Server stored procedure. The service sits on a different server than SQL Server. If the win service server unexpectedly crashed right after I have called the stored procedure, would the stored procedure continue its execution or fail because the connection was lost?