Viewing 5 posts - 16 through 20 (of 20 total)
No, my previous comment will only a like against the first predicate.
You'll need to add a LIKE to each OR comparison, from the code you added earlier it appeared you...
November 13, 2009 at 8:37 am
Easiest way is going to probably be to just wrap it up in a bunch of OR statements, horrible performance, but from the looks of it you're just trying to...
November 13, 2009 at 8:15 am
Do you not want this user adding users or logins? Users are only at the database level, whereas logins are at the instance level. It sounds like you...
November 12, 2009 at 10:38 am
As with any kind of compression, expect to see a larger amount of CPU time when manipulating this data or doing any kind of re-indexing. Take a look at...
November 10, 2009 at 11:35 am
sp_helplogins should tell you this, look in the DefDBName, but will require elevated priviliges to run. Otherwise you can go to a database the user has been added to...
November 10, 2009 at 11:22 am
Viewing 5 posts - 16 through 20 (of 20 total)