Not sure where to ask you this, so here it goes.
I'm using Windows trying to use node to connect to SQL Server 2008.
I can specify the IP of the server, but i don't know where to set the instance, for example in VisualStudio goes like:
".\SQLEXPRESS\databasename.dbo"
...where SQLEXPRESS is the instance name. I see there's a "database" property in the options array, but not the instance name.
You reference in your tests the file test-connection.json. ¿Could you provide an example of that file? Just to see the properties or something to specify that... I hope I explained my issue clearly.
Thank you!
Not sure where to ask you this, so here it goes.
I'm using Windows trying to use node to connect to SQL Server 2008.
I can specify the IP of the server, but i don't know where to set the instance, for example in VisualStudio goes like:
".\SQLEXPRESS\databasename.dbo"
...where SQLEXPRESS is the instance name. I see there's a "database" property in the options array, but not the instance name.
You reference in your tests the file test-connection.json. ¿Could you provide an example of that file? Just to see the properties or something to specify that... I hope I explained my issue clearly.
Thank you!