You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run CLI against following connection: Server=(localdb)\MSSQLLocalDB;Database=Test;Trusted_Connection=True;
I tried:
migrate -path=C:/migrations/ -database='sqlserver://user:password@(localdb)/MSSQLLocalDB?Database=Test' up
error: failed to open database, "sqlserver://user:password@(localdb)/MSSQLLocalDB?Database=Test": no instance matching 'MSSQLLocalDB' returned from host '(localdb)'
The text was updated successfully, but these errors were encountered:
Is the MS SQL Server (localdb) supported?
I want to run CLI against following connection:
Server=(localdb)\MSSQLLocalDB;Database=Test;Trusted_Connection=True;
I tried:
The text was updated successfully, but these errors were encountered: