SQL Server could not disable publishing and distribution on 'server_name'. (Microsoft.SqlServer.ConnectionInfo)
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Database 'distribution' does not exist. Make sure that the name is entered correctly. Changed database context to 'master'. (.Net SqlClient Data Provider)
Note: Earlier I have deleted distribution data files manually, now I need to implement replication mechanism on my production server.
Waiting for best/vital suggestions.