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
Currently, SQLPage requires you to manually enter the port your database is listening on when connecting to a named sql server instance. See: #86
An example connection string would be mssql://username:password@localhost:2179/YourDatabaseName?instance=YourInstanceName, where you would replace 2179 with the port your instance is listening on, which you can find in the SQL Server configuration manager.
Hello,
Very fun project, I'm trying it using SQL Server.
Could you give me an example of database_url for a SQL Server named instance with user and password please ?
Thanks in advance
The text was updated successfully, but these errors were encountered: