Turning off transactions
Brian Donahue
Posts: 6,590 Bronze 1
Hi John,
Thanks for your enquiry. I think that this is possible, but if there's a
failed transaction early-on in the script, wouldn't you like to fix the
problem rather than letting the script make a partial migration of the
schema? If you want throw caution to the wind, you could take the T-SQL
statements out of the script.
I hope this helps!
Brian Donahue
Technical Support Engineer
Red Gate Software Ltd.
44 870 1600 037
mailto:brian.donahue@red-gate.com
"John West" <nospam@nospam.com> wrote in message
news:dwyKJNd4CHA.1184@server53...
> It'd be convenient if we could turn off the wrapping of all objects within
> transactions. Because dependencies are so fickle, scripts to create
views,
> sps and functions have some failures. I'd like the ones that were created
> successfully to be kept, not removed because others failed.
>
> Any chance of this option being added?
>
> Thanks,
> John
>
>
Thanks for your enquiry. I think that this is possible, but if there's a
failed transaction early-on in the script, wouldn't you like to fix the
problem rather than letting the script make a partial migration of the
schema? If you want throw caution to the wind, you could take the T-SQL
statements out of the script.
I hope this helps!
Brian Donahue
Technical Support Engineer
Red Gate Software Ltd.
44 870 1600 037
mailto:brian.donahue@red-gate.com
"John West" <nospam@nospam.com> wrote in message
news:dwyKJNd4CHA.1184@server53...
> It'd be convenient if we could turn off the wrapping of all objects within
> transactions. Because dependencies are so fickle, scripts to create
views,
> sps and functions have some failures. I'd like the ones that were created
> successfully to be kept, not removed because others failed.
>
> Any chance of this option being added?
>
> Thanks,
> John
>
>
This discussion has been closed.
Comments