0

I have installed Visual Studio Community Edition 2015. I have also installed the Integration Services features from here https://msdn.microsoft.com/en-us/mt429383 (see point two). I am now able to create an integration services project. There are components available such as: Data Flow Task; For Loop Container etc.

However, there is no Fuzzy Lookup or Fuzzy Grouping. Why is this?

I only have SQL Server Express installed on this PC. Do I have to have SQL Server Enterprise? This seems to suggest that I do not: Why can I run SSIS Fuzzy Grouping from Visual Studio but not the deployed package?

Community
  • 1
  • 1
w0051977
  • 15,099
  • 32
  • 152
  • 329

1 Answers1

1

The Fuzzy Lookup and Fuzzy Group components will only show up in the SSIS Toolbox panel when you are inside a Data Task. They are not relevant (and therefore not offered) when you are in Control Flow view of the package.

tember
  • 1,418
  • 13
  • 32