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

  • Home
  • SEARCH
  • 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 6939133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:34:58+00:00 2026-05-27T12:34:58+00:00

I am using one database like Test(db name) in this database i added 10

  • 0

I am using one database like Test(db name) in this database i added 10 tables and 5 stored procedures , now i can call that procedures in another database like Test2(db name) ,
i am writing like this

Test database stored procedure is 

Create proc GetDetails()
As
select * from Emp;

after that storedprocedure using in another database like

    Test2  database stored procedure is 

    Create proc GetDetails()
    As
Begin
    Exec Test..GetDetails()
End

Now client import the databases change the names as client wish now all stored procedures are not working in this situation how to solve the problem pls give me any suggestion , i can dynamically change the database name in all stored procedure.

Thanking u
Hemanth

  • 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-05-27T12:34:58+00:00Added an answer on May 27, 2026 at 12:34 pm

    Assuming you can pass the target database name to the Test2 sproc (or read it from a configuration table or something), then you could use it like this:

    -- assume @dbname has the name of the database where getdetails was created
    declare @sql nvarchar(4000), @params nvarchar(4000), @dbname sysname
    set @dbname = 'test'
    set @sql = @dbname + '..getdetails'
    set @params = ''
    exec sp_executesql @sql, @params
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Now I am using one database table to another database stored procedure normally (
One thing I have continually found very confusing about using an object database like
I would like to test a process that queries across multiple schemas using PHPUnit's
Using VB.NET on this one, in ASP.NET Web Forms. I have a property that
When communicating to a SQL Server database using one of the typical systems, ODBC,
When you move beyond using one instance for your database, what is the best
Is there a way to update more than one Database having same schema using
I'm using Fluent NHibernate auto mapping. I need to access more than one database
I am using an sqlite database for a producer-consumer queue. One or more producers
I am using one master page.In that I am registering java scripts and checking

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.