|
Home > Archive > MS SQL Server Replication > October 2006 > Warning with sp_repladdcolumn
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Warning with sp_repladdcolumn
|
|
| Alexander Wolff 2006-10-25, 6:03 am |
| When adding a column to a table involved in merge replication through stored
procedure sp_repladdcolumn:
sp_repladdcolumn @source_object = ' InspectorForaneó, @column = ' password',
@typetext = ' varchar(20) null'
I received the following warning:
Cannot add rows to sysdepends for the current stored procedure because it
depends on the missing object 'sp_sel_2FEE03EE3F16
401386A1A3AA13AC4F73
_pal'.
The stored procedure will still be created."
The Stored procedure that to sqlserver says that it does not find..Is
present.
The replication seems to be working well, but anyway I would like to know
the reason for the warning.
somebody has some idea of this?
thanks in advance,
Alexander.
| |
| Paul Ibison 2006-10-25, 6:03 am |
| Alexander - does the object 'sp_sel_2FEE03EE3F16
401386A1A3AA13AC4F73
_pal'
exist? If so, I think this is just a problem of ordering of creation and
nothing to be concerned about.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .
|
|
|
|
|