When I try to create a publication on MSSQL server using the publication wizard I get the error:
SQL Server Enterprise Manager could not complete the wizard because @@SERVERNAME
for ” is NULL.
Use sp_addserver to set @@SERVERNAME
I have tried to set the server name using the store procedure but without any
luck.