LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Command Timeout while running a migration script #154

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Big SQL script on Big table

What is the expected output?
Expected output is : SQL scripts doing his job and ending fine

What do you see instead?
Command time out errors

What version of the product are you using?
0.8

On what operating system? With what .NET implementation/version?
Windows 2008 R2 with Framework .NET 4.0

What database and version are you seeing this issue on?
SQL Server 2008

Please provide any additional information below.
In fact, I'm having the same error as 
http://code.google.com/p/migratordotnet/issues/detail?id=48

And the work around is done the same way (adding a new timeout parameter).

But I think that you should add it too in standard in migratordotnet project.

Thanks

Original issue reported on code.google.com by homebo...@gmail.com on 10 Jul 2010 at 1:01