New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sp_MSForeachtable statement hangs #502
Comments
From kavithap...@gmail.com on June 05, 2013 05:35:03 |
Is this bug fixed, or is there any plan to fix this ? |
Are you running in the same issue? I am not sure it can be fixed as Flyway holds a lock on its metadata table while migrating to make this safe for multiple concurrent nodes. Any suggestions welcome. |
I ran into a similar issue and my work around was to check to see if the the object name contained '%flyway%' if not, execute the changes to the object. |
This is now working. |
I’m facing same issue. Can anyone help me please |
Original author: kavithap...@gmail.com (June 03, 2013 06:53:56)
Hi,
I am trying to copy data from one DB to another. Before copying I wan't to turn off all the constraints in the DB. Hence I call the following statement:
exec sp_MSforeachtable 'ALTER TABLE ? NOCHECK CONSTRAINT ALL'
But I get a "query timed out" exception while executing the script with flyway. I have attached the complete script in this issue.
Please check and provide me a solution for this issue.
Original issue: http://code.google.com/p/flyway/issues/detail?id=508
The text was updated successfully, but these errors were encountered: