Categories
Sql Server

Install SQL Server on Linux

Install SQL Server on Linux Hi friends, in this post we will learn how to Install SQL Server on Linux. Recently SQL Server team releases SQL Server vNext CTP 1.4 for Linux. It’s the same SQL Server database engine that runs on windows with some of many features and services. Installation of SQL Server on […]

Categories
Sql Server

Cannot execute as the database principal because the principal dbo does not exist, this type of principal cannot be impersonated, or you do not have permission.

Cannot execute as the database principal because the principal dbo does not exist, this type of principal cannot be impersonated, or you do not have permission. Hi friends in this post we will discuss about an error during removing database replication, I got following error: Cannot execute as the database principal because the principal dbo does […]

Categories
Sql Server

Connecting to the Integration Services service on the computer failed with following error Access is denied

Connecting to the Integration Services service on the computer failed with following error Access is denied Hi friend in this post we will discuss about error when i try to connect SQL Server integration services from SQL Server management studio. I receive following error: Connecting to the Integration Services service on the computer failed with […]

Categories
Sql Server

TRANSFER MAINTENANCE PLANS FROM ONE SQL SERVER TO OTHER

TRANSFER MAINTENANCE PLANS FROM ONE SQL SERVER TO OTHER Hi friends, in this post we will discuss about how to TRANSFER MAINTENANCE PLANS FROM ONE SQL SERVER TO OTHER. Maintenance plans are nothing but SSIS packages which SQL Server creates itself under MSDB database. And best thing is that we can import/export them from one SQL […]