UDF's
Brian Donahue
Posts: 6,590 Bronze 1
Hi Kirk,
My name is Brian Donahue and I am a support engineer with Red Gate
Software. This is a fairly easy fix. Under Options, de-select the 'Generate
SQL 7 compatible scripts'. SQL Server 7 does not support UDFs, so the
migration SQL will not be generated.
Regards,
Brian Donahue
Technical Support Engineer
Red Gate Software Ltd.
( +44 870 1600 037
* mailto:brian.donahue@red-gate.com
"Kirk" <kkelly@cqisol.com> wrote in message
news:QSS739DgCHA.1608@server53...
> I have compared two databases. One has two UDF's it and the other doesnt.
> When I run the compare, it lists them, but when I create the script, the
> script does not. Is there something I'm missing?
>
> Thanks
>
> Kirk
>
>
My name is Brian Donahue and I am a support engineer with Red Gate
Software. This is a fairly easy fix. Under Options, de-select the 'Generate
SQL 7 compatible scripts'. SQL Server 7 does not support UDFs, so the
migration SQL will not be generated.
Regards,
Brian Donahue
Technical Support Engineer
Red Gate Software Ltd.
( +44 870 1600 037
* mailto:brian.donahue@red-gate.com
"Kirk" <kkelly@cqisol.com> wrote in message
news:QSS739DgCHA.1608@server53...
> I have compared two databases. One has two UDF's it and the other doesnt.
> When I run the compare, it lists them, but when I create the script, the
> script does not. Is there something I'm missing?
>
> Thanks
>
> Kirk
>
>
This discussion has been closed.
Comments
- Ignore collation order
- Ignore INSTEAD OF triggers
- Ignore extended properties
- When you select the objects to synchronize, ensure user-defined functions are not included for synchronization.
In addition, you may need to modify the synchronization script manually to remove references to features that are not supported, for example, computed columns containing user-defined functions, and ON UPDATE/DELETE CASCADE.