Hi,
I created Publisher on instance "A" and Subscriber on instance "A/alternate".
Strange thing is that replication copy all tables but without data... Here is a error that occurs, can anybody suggest what to do in this situation?
Error:
CREATE TABLE [Sales].[Customer](
[CustomerID] [int] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
[PersonID] [int] NULL,
[StoreID] [int] NULL,
[TerritoryID] [int] NULL,
[AccountNumber] AS (isnull('AW'+[dbo].[ufnLeadingZeros]([CustomerID]),'')),
[rowguid] [uniqueidentifier] ROWGUIDCOL NOT NULL,
[ModifiedDate] [datetime] NOT NULL
)
(Transaction sequence number: 0x000000D100001D4400CE00000000, Command ID: 289)
Error messages:
Cannot find either column "dbo" or the user-defined function or aggregate "dbo.ufnLeadingZeros", or the name is ambiguous. (Source: MSSQLServer, Error number: 4121)
Get help: http://help/4121
Cannot find either column "dbo" or the user-defined function or aggregate "dbo.ufnLeadingZeros", or the name is ambiguous. (Source: MSSQLServer, Error number: 4121)
Get help: http://help/4121