Mecn,
I don't know about the logshipping connection issue, but I know that
replication does not affect connections.
Log shipping is a database level operation, so all changes are transferred,
including altered tables and stored procedures.
Replication is a table level operation, so only data changes in published
tables (and indexed views) are transferred. If you need to change a
published table, you need to interrupt replication, make your changes, and
then resume your replication after appropriate snapshots are generated and
delivered to the subscriber.

Signature
Thank you,
Daniel Jameson
SQL Server DBA
Children's Oncology Group
www.childrensoncologygroup.org
> Hi,
>
[quoted text clipped - 7 lines]
>
> Thanks