I had two databases in SQL Express.
One has been relocated to a SQL Server.
I still need to use the Second Database for some purposes but several procedures use the first database.
Clearly I need a linked server but I am wondering if there is a path of least resistance I should follow to minimize fixing procedures (I'm guessing a dozen procedures or so). In short this will probably be the most complicated SQL Server change I have made to date and I am pressed for time to do proper research. Advice is greatly apprceciated here.
Ideally I would just add this to the transferred SQL server database as a new schema but the size is causing a more than tolerable bureaucratic pause.... If it had not been for the Express 10 GB size limit, I likely would have done it this way in the first place.
One has been relocated to a SQL Server.
I still need to use the Second Database for some purposes but several procedures use the first database.
Clearly I need a linked server but I am wondering if there is a path of least resistance I should follow to minimize fixing procedures (I'm guessing a dozen procedures or so). In short this will probably be the most complicated SQL Server change I have made to date and I am pressed for time to do proper research. Advice is greatly apprceciated here.
Ideally I would just add this to the transferred SQL server database as a new schema but the size is causing a more than tolerable bureaucratic pause.... If it had not been for the Express 10 GB size limit, I likely would have done it this way in the first place.