Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)

  • RE: Do a 'in' with a 'like'

    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...

  • RE: Do a 'in' with a 'like'

    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...

  • RE: full rights to a SQL server 2008 without the ability to add new users

    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...

  • RE: Problems with Data compression in 2008?

    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...

  • RE: Default Database

    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...

Viewing 5 posts - 16 through 20 (of 20 total)