Posts
Sort by recent activity
Forcing owner (dbo)
Hi,
Whenever I try to sync my development to hosted SQL, I see that I always have differences. Because dbo is not forced as owner.
E.g. script:
PRINT N'Creating [dbo].[sp_SevDerTabsGet]'
GO
CREATE ...