Categoría: Servidores

SQL, Link server

SQL, Link server

Verificar el nombre del server — select * from sysservers —   Cambiar el nombre del servidor — sp_dropserver ‘OLD_SERVER’, ‘droplogins’ go sp_addserver ‘NEW_SERVER’, ‘local’ go — Nota: reiniciar instancia para que tome el...

MSSQL, Drop Suscription

MSSQL, Drop Suscription

  Modificar nombre de la publicación y Base de datos –Select your publication database USE identitum GO DECLARE @publication AS sysname; DECLARE @subscriber AS sysname; –enter your publication name SET @publication = N’Publish_Identitum’; –enter...

MSDTC, Winbattanet Compras Error

MSDTC, Winbattanet Compras Error

Revisar que el «Managament distributed transaction» este habilitado para soportar transacciones remotas por red de lo contrario aparecerá este error: