Dropping Schemabinding?
davesbrown
Posts: 8 Bronze 1
in SQL Compare
We have some functions that are defined "With Schemabinding" and when deploying including dependencies, RG Compare creates scripts such as
PRINT N'Removing schema binding from ...
...
ALTER FUNCTION ...
(
...
)
RETURNS Table
WITH
RETURN
(
SELECT
WITH
RETURN
(
SELECT
...
But this is obviously a syntax error. Am I missing some options somewhere? Thanks
Tagged:
Answers
Thanks for the reply. I think we solved the issue with some overlooked filters and checking deploy with dependencies; we had some dependent views.
Thanks,
Dave