March 17, 2019 at 11:23 pm
Hi,
We have what is likely a typical environment:
- Dev Server
- Prod Server
- (Mainly) same databases across servers
- Differences between the databases, and the need to deploy "stuff" from Dev to Prod (and occasionally from Prod to Dev)
For my own development on my current project, the number of views, stored processes, functions, etc. are becoming unwieldy (100+), and I need a better approach to maintain code and synchronize environments.
To that end, I'm trying to learn SQL Server Database Projects.
I have a database RLDXHosp, and have done the following:
- Created a blank solution named RLDXHosp.
- Added two SQL Server Database Projects Dev_RLDXHosp and Prd_RLDXHosp
- Imported the appropriate database for the two projects.
Error SQL71501: Computed Column: [ext].[vwEPISODE_ATS].[facility_identifier] contains an unresolved reference to an object. Either the object does not exist or the reference is ambiguous because it could refer to any of the following objects: [dbo].[EPISODE_ATS].[facility_identifier] or [dbo].[EPISODE_ATS].[src]::[facility_identifier].
This view is fine in SSMS and in the database. It is not a complex view, it's just a single table - the only complexity is referencing a synonym.
Apologies for the noob questions. I'm happy to do my own research if you can point me in the right direction.
Thanks...
Viewing 0 posts
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy