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.
Explain what are the roles performed by the SQL?
Explain how do I choose which Tables to Partition in the Sybase?
You have two tables, STUDENT and COMPUTER which are in a one-to-one relationship. The foreign key is StudNumber in COMPUTER that references StudNumber as the primary key of STUDENT. Describe what must be done to convert the one--to-one STUDENT -COMPUT
Write down the Target Types on the Server?
What is Relational Algebra?
Name the methods and types of Collision Resolution Techniques used in each of the type?
Provide a brief introduction on the term ‘cube grouping’?
Explain several of the products of Sybase?
State difference between Passive and Active transformation?
Can we have a report with several data providers?
18,76,764
1958282 Asked
3,689
Active Tutors
1452283
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!