Activity overview
Latest activity by DavidPaulsen
I just want to inform you, that we have found a solution for this.
We wrote a Stored Procedure to alter a Function (or Stored Procedure) and replace a search string with a replace string.
So we are able to alter the objects with linked Servers to objects without linked Servers.
The search string is the linked Server and it will be replaced with an empty string.
This is no Problem in Development, because the Databases are on the same SQL Instance.
But we cannot alter the Objects permanently, because in Production the Databases were on different SQL Instances. / comments
I just want to inform you, that we have found a solution for this.
We wrote a Stored Procedure to alter a Function (or Stored Procedure) and replace a search string with a replace string.
So we are...
Test scalar function with linked server in it
Hello,
i am faking a table on an external SQL Server (same SQL Server, another Instance) with installed tsqlt Framework, through a linked Server.
I am able to fake the table and insert, update and ...