Viewing 6 posts - 1 through 6 (of 6 total)
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...
August 7, 2013 at 12:36 am
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...
August 5, 2013 at 2:16 am
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
January 23, 2013 at 12:21 am
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...
January 22, 2013 at 2:54 am
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)+',%'
June 21, 2011 at 1:58 am
@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...
May 5, 2004 at 7:33 am
Viewing 6 posts - 1 through 6 (of 6 total)