SQL Server Wrapper
Hi,
I can’t set up the SQL Server Wrapper in Supabase per the docs. The remote server port is open, and the same connection string works from other PCs, but Supabase always shows an error—even with a two-record test table.
{
"event_message": "Connection timed out (os error 110)",
"id": "b99211c9-0aa1-4fb4-b6d2-cecb26199f9a",
"metadata": [
{
"file": null,
"host": "db-vihyctikygnsqivexqxd",
"metadata": [],
"parsed": [
{
"application_name": "supabase/dashboard",
"backend_type": "client backend",
"command_tag": "SELECT",
"connection_from": "2600:1f18:2a66:6e00:53a3:1294:f97e:844a:59866",
"context": null,
"database_name": "postgres",
"detail": null,
"error_severity": "ERROR",
"leader_pid": null,
"location": null,
"process_id": 223639,
"query": "SET statement_timeout='58s'; SET idle_session_timeout='58s';with _base_query as (select * from mssql.users_test order by users_test.user_id asc nulls last limit 100 offset 0)\n select user_id,case\n when octet_length(username::text) > 10240 \n then left(username::text, 10240) || '...'\n else username::text\n end as username from _base_query;\n\n-- source: dashboard\n-- user: 278e9f26-9e3f-4d3a-94e3-9b0311800b9e\n-- date: 2025-08-05T10:08:37.993Z",
"query_id": 4190597860573078000,
"query_pos": null,
"session_id": "6891d826.36997",
"session_line_num": 4,
"session_start_time": "2025-08-05 10:08:38 UTC",
"sql_state_code": "HV000",
"timestamp": "2025-08-05 10:10:49.567 UTC",
"transaction_id": 3623,
"user_name": "postgres",
"virtual_transaction_id": "6/20"
}
],
"parsed_from": null,
"project": null,
"source_type": null
}
],
"timestamp": 1754388649567000
}
1 Reply
Any update?