sethreno / schemazen

Script and create SQL Server objects quickly
MIT License
333 stars 140 forks source link

Connecting to Docker times out #199

Closed zikato closed 2 years ago

zikato commented 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.

zikato commented 2 years ago

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.