Closed zikato closed 2 years ago
I'm trying to script out a database in Docker and I get this error:
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I've tried it with both server, db, user, password info or just connection string info for the same result
I'm not sure if the problem is with the server name being localhost,14431 or it doesn't work with SQL on Linux.
My mistake. I can script out the master and other databases just fine. There's just something in the target database that makes it timeout - but it can connect to Docker/Linux.
I'm trying to script out a database in Docker and I get this error:
I've tried it with both server, db, user, password info or just connection string info for the same result
I'm not sure if the problem is with the server name being localhost,14431 or it doesn't work with SQL on Linux.