Hi i am using sybase developer edition, i am being unable to set {sp_configure "net password encryption reqd",1}. Do i need any license for this.

I get error message "Sybase :: How to start server created using sp_addserver"

I am using sybase 15.0.3.

link|improve this question
feedback

1 Answer

Well, I'll state that you need because I've the sybase 15.0.3 licenced version and the next command works:

exec sp_configure "net password encryption reqd", 1
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.