vote up 0 vote down star

Is it posible to replicate or copy the stored procedure easy from one SQL Server to an other?

flag

4 Answers

vote up 0 vote down

is this a one-time thing or do you need to automate replication?

link|flag
vote up 0 vote down

There are many ways of doing this as mentioned in this excellent article -

  • Native replication features;
  • Log shipping;
  • Manual deployments, and;
  • Automated deployments and synchronization.

You'll need to create an account on the site, alternatively you can use username/passwords provided by bugmenot.

link|flag
vote up 0 vote down

yes, you can Data Transformation services to export/import the stored procedure. or you can copy the syntax and execute it again on the other server

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.