Comments
2 comments
-
Database-level extended properties are supported by SQL Compare since (I believe) version 8. For instance, this will show up as an extended property difference in SQL Compare:
Have you got an example of a script to create a database-level property that isn't being detected and/or scripted by SQL Compare?EXEC sp_addextendedproperty N'MyPropTest', N'testytest', NULL, NULL, NULL, NULL, NULL, NULL -
I found it in the interface! Thanks so much.
Add comment
Please sign in to leave a comment.
Any suggestions?