defaults & duplicate creation
dbaguru
Posts: 12
I have 2 defaults defined in my sql2k db that are named the same except for the owner (ie. dbo.counties and application.counties). When I run packager on another sql2k server to recreate the db, I get an error that the default already exists. Is packager not identifying the default with the owner name (dbo) ?
Comments
The only workaround is to edit the object and save it again, this time explicitly stating ownership: CREATE DEFAULT [dbo].[MyDefault].