I have an SSIS package that deletes a table and then loads the table, at times I have been running into issues where a user or two have had the table locked due to being logged into the app that's connected to the database. Is there a way to drop all connections
to the database and then run the delete --> load tasks?
↧