I have SQL Server 2008 R2 SP3 standard edition installed. I access remote to the server where SQL Server is installed. The option of the integration services catalog is missing under the database connection.
I did check the followings
Dcomcnfg.exe
under Services, Computers, My Computer, and DCOM Config. Weird I am missing this. I wanted to find this to give appropriate permissions, but can't since the node is not there. Any ideas? Help!
Right-click on the Integration Services Catalog -> Create Catalog. In the Catalog Creation Wizard, do the following tasks. Click Ok. It creates an integration service catalog and its corresponding SSISDB in your database instance, as shown below.
You access the SSISDB catalog in SQL Server Management Studio by connecting to the SQL Server Database Engine and then expanding the Integration Services Catalogs node in Object Explorer. You access the SSISDB database in SQL Server Management Studio by expanding the Databases node in Object Explorer.
To create this catalog database, right-click on the “Integration Services Catalog” option and select “Create Catalog…”. In the Create Catalog dialog box that opens up, enable the checkbox for “Enable CLR Integration” and provide a password for the catalog database.
That's because you're using SSMS 2008. The Integration Services Catalog was introduced with SQL Server 2012. The older client doesn't know that's a "thing."
I prefer to manage servers with the latest and greatest version of SSMS which is now a free download.
Microsoft® SQL Server® 2014
Choose "MgmtStudio 32BIT\SQLManagementStudio_x86_ENU.exe"
For clarification
I had the same problem, Integration Server Catalog is invisible This is my solution:
If you still use "SQL Server Developer Edition", some features will not available. the solution is download SQL Server Enterprise Edition.
I have no idea for Standard Edition, but maybe you can also use Enterprise Edition. This is link for download : download SQL Server 2014
Click setup.exe to install and choose New SQL Server Stand-alone Installation select the feature you need. I think you can also select Integration Services in Feature Selection.. then fill the instance name and instance ID. continue the installation process until complete.
Open SQL Server Management Studio. Database Engine connection -> Server Name: (Server Name) / (Instance ID)
You will see the Integration Server Catalog. In the picture bellow, you can compare the display between SQL Server Developer Edition (above) & SQL Server Enterprise Edition (bottom with instance name).
I hope it can help..
Final result:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With