Cannot connect to a local database

Hello I’m trying to connect to a database just created on my computer but it gives me this error:
image

I connect to sql server 19 through “Run as administrator” to can access then the sql management studio.

Hi @robot_robot

First, make sure that the database is running and that you have the correct connection information, including the server name, database name, and any authentication details. If you are still having trouble, you can try using the UiPath database connector activities, such as Connect To Database and Execute Query , to create a connection and run queries against the database.