benrr101 / dolomite

Backend WCF service for Dolomite
Other
2 stars 0 forks source link

SQL Azure RAISERROR #19

Closed benrr101 closed 10 years ago

benrr101 commented 10 years ago

I was worried I'd run into some of these compatibility issues when moving from a local SQL server instance to a SQL Azure instance. Turns out RAISERROR isn't supported in SQL Azure. We use this to notify when attempting to reset a locked track when onboarding errors occur.

Solution? Uh... I guess we'll make the 'is locked' check be a separate query before running the ResetOnBoardingStatus stored proc.

benrr101 commented 10 years ago

Fixed in b9acb42081669eae72990799b09437bf4a4c430c