Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Changing SQLServerCentral - Newsletter Layout

    Hey Steve,

    multiple newsletter formats to choose from could be great - and if you give the option not only to choose the format but also which block of content should...

  • RE: Changing SQLServerCentral - Initial Thoughts

    I don't agree with you - the site is as it should be easy and simple in design.

    I don't know why something has to be changed for the only reason...

  • RE: Encryption Not Restriction

    Hi Steve,

    I know this post and I never got an response to my mail at this address - as I said, I'm totally stuck

    But thanks for your try!

    Sarus

  • RE: Encryption Not Restriction

    Hi Steve,

    thanks for your thoughts on encryption, like you I think it is to much ignored in our business.

    I would like to ask a further question about encryption. Perhaps you...

  • RE: Using a Variable for an IN Predicate

    too keep it simple whith less code (but only for short in-lists)

    Declare @inStr varchar(100)

    Set @inStr = '1,2,4,6'

    select * from testtable

    where ','+@inStr+',' like '%,'+cast(column as varchar)+',%'

  • RE: Hidden Dangers!

    @msurasky:

    I guess it's not the same security context because, the *.vbs runs in the context with which you are logged in. The SQL-Prog runs as the SQL-Server-Service winnt-account (or sql-proxy-service...

Viewing 6 posts - 1 through 6 (of 6 total)