Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7956839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:06:46+00:00 2026-06-04T04:06:46+00:00

I have 2 databases one in local and another in clould , need to

  • 0

I have 2 databases one in local and another in clould , need to synchronise stored procedure from local to online. now problem is there are few newer stored procedures in local and i need to migrate them to online , there are 500+ prcedures. Is there any query to find out the procedures which is in local but at online , i cannot overwrite all procedures from local to online because procedure which are already at online are updated

I have backed up online database to my local as well . its name is db2

assuming my existing local database is db1 , i need to findout procedures which are at locak but not at online

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T04:06:47+00:00Added an answer on June 4, 2026 at 4:06 am

    Try that

    SELECT p1.name, p2.name
    FROM db1.sys.procedures p1
    full outer join db2.sys.procedures p2 on p1.name = p2.name
    where p1.name is null or p2.name is null
    

    It gives you all procedures names that are not in both DBs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a stored procedure (sproc) called resetflags. It takes an int parameter. Another
Using C# (vs2005) I need to copy a table from one database to another.
I have tabs activities. one activity gets data from local database, but when I
I have 2 databases, one on local server and one on a remote server.
I have two databases in SQL2k5: one that holds a large amount of static
I have around 400 GB Live mysql Databases on one server and I like
We have two databases, in two separate locations. One of the databases resides in
I have 2 databases with a 2 tables with HierachyID fields. For one database
I have a few SQL Server databases (all in one server), containing their own
I have 2 different databases. Upon changing something in the big one (i don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.