1

There doesn't seem to be a way to delete certain configurations/connections in SSDT, at least not through Visual Studio.

For example, when I create a text file connection for logging I don't see where to edit nor delete it later. I can only create a new one and assign it to a provider.

enter image description here

What am I missing?

Hadi
  • 36,233
  • 13
  • 65
  • 124
Trevor Reid
  • 3,310
  • 4
  • 27
  • 46

1 Answers1

2

The connections created can be deleted from the connection manager panel found on the bottom of the control flow. Since each connection is related to a connection manager.

enter image description here

Hadi
  • 36,233
  • 13
  • 65
  • 124
  • 1
    @TrevorReid i added a screenshot – Hadi Apr 24 '19 at 18:47
  • 1
    I wonder why they don't appear with the other connection managers in the solution explorer. @Hadi – Trevor Reid Apr 24 '19 at 18:49
  • 1
    The connection managers shown in the solution explorer are the project connection manager which can be used in multiple packages. It doesn't contains the connection managers created at the package level. – Hadi Apr 24 '19 at 18:51
  • @TrevorReid feel free to accept the answer if it solved the issue. Good Luck – Hadi Apr 24 '19 at 19:01