How do I set a password to be null
How do I set a password to be null?
Expert
As ASE 11 (I cannot remember when this was with the very first release of 11, but not fixed before), the password column within syslogins has been encrypted. Setting that column to NULL does not associate to that login having a NULL password. Still a NULL password needs the correct binary string to be within place.
In release 12 and above, set the minimum password length to be 0 by using sp_configure and offer that account a null password, and all should be well.
Before 12, it is not possible to set the minimum password length; therefore the direct approach is not possible. Thus, update the relevant record in syslogins setting the password column to be similar as that of an account along with a NULL password previously.
Illustrates the Pointer a variable in data structure or not?
Briefly describe the differentiation between the EXCEPT and INTERSECT operators?
Describe the term HOLAP.
Explain the difference between ARRAY and STACK in Data Structures?
Explain the security aspects of stored procedures.
What is Data Manipulation Language Compiler?
State the components of report studio?
Give a brief introduction of the term non-additive facts?
Explain the package folders?
Give a brief introduction of the term surrogate key?
18,76,764
1933119 Asked
3,689
Active Tutors
1448634
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!