Activity overview
Latest activity by bradwist
it strikes me that this is an odd test to run before installing this.
I can (and do) have databases on my system that have different owners, and the owners are not the owners of the master database.
The only reason that I can think of to force the SID to be the same for the Master Database and the User database is because of the CLR usage, which can sometimes run into problems if the SIDs are mismatched.
Is that the reason for this check? i'm curious. / comments
it strikes me that this is an odd test to run before installing this.
I can (and do) have databases on my system that have different owners, and the owners are not the owners of the master database...
This is somewhat related to this question. When I add SQLCop static analysis tests to a database, it creates several tests by default. But there are many more SQLCop tests that exist.
How do I create and manage the set of default tests I want installed everytime I add the tests to a database? I would like to be able to package these as part of a standard practice and provide to each of my developers to run as a set of tests.
So the question is...
where are these tests initially defined and how can I add more to this default set?
And if I choose to create additional sets, perhaps under a different grouping, that are customized to our organization, how do I package them for distribution?
Thanks. / comments
This is somewhat related to this question. When I add SQLCop static analysis tests to a database, it creates several tests by default. But there are many more SQLCop tests that exist.
How do I cr...