I am not sure what you mean. Are you saying for the tables which were not
using SQL Statements - in other words they were using procs - when you
scripted it out it used procs?
Or are you saying for table which were using procs, they were scripted out
with SQL Statements?
I can't repro your problem in SQL 2005. What version and sp of SQL are you
running?
>i have transactional replication that is running fine, the problem came out
> when we neededto move production server. as quick way to create scripts i
[quoted text clipped - 5 lines]
> like i have no other options at this point to go through every line of the
> script and verify names of procs created on subscribers
gremlin321 - 26 Aug 2008 16:27 GMT
what happens is i have one table that is replicated through the proc, the
rest are set to replicate through the statements (insert;update;delete). when
i generate script all tables come out as replicated through statements,
something like @upd_cmd=N'SQL' instead of
N'myprocname'. i am running 9.0.3175
> I am not sure what you mean. Are you saying for the tables which were not
> using SQL Statements - in other words they were using procs - when you
[quoted text clipped - 15 lines]
> > like i have no other options at this point to go through every line of the
> > script and verify names of procs created on subscribers