Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to connect to a Sql Server destination from an integration service project in Visual Studio, therefore I need to find the named instance.
It's not clear to me what a named instance is and how I can find it.

What I have tried:

I opened SSMS and the properties panel (right-click on the name of my server) but I didn't find anything named "named instance"
Posted
Updated 10-Jan-21 23:40pm

When you open SSMS, the first thing it asks you is "what instance do you want to connect to?" via a dialog titled "Connect to Server".
The "Server name" on that dialog is the "Named instance" you are looking for, and you will also need the correct Authentication information to connect.

With that, you can generate a connection string if you need it: Simple SQL Connection String Creation[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900