Hi,
We are in the process of consolidating several database on a single SQL Server instance.
We first installed a test server and we want to use this installation as the base for our production server.
I checked:
- the server collation is the one required SQL_Latin1_General_CP1_CI_AI
- services are running: SQL Server Database engine, Analysis services, Report Services, Integration Services are running
I identified the following problems:
- SQL Server Agent is not running and I can not start it from the services panes of the computer management
- When I want to connect to SQL Server Integeration Services from SQL Server Management Studio I get a pop up error message:
failed to retrieve data for this request (Microsoft.SqlServer.Management.Sdk.Sfc)
acces is denied
...
What else should I check?
We are a small team and I am new to database administration, every advice is appreciated.