Ask Experts Questions for FREE Help !
Ask
    Rajib's Avatar
    Rajib Posts: 2, Reputation: 1
    New Member
     
    #1

    Nov 24, 2006, 05:55 AM
    My sql
    How can I create user name and password In Ms Sql (using query analyzer) as we do in
    Oracle.
    frost110's Avatar
    frost110 Posts: 11, Reputation: 1
    New Member
     
    #2

    Feb 1, 2007, 01:43 PM
    You probably already got your answer, but in case someone else is looking:

    Ms SQL or MySQL

    For MySQL this command should help you out:

    CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';

    --FrosT

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

SQL Server [ 1 Answers ]

Does anyone know where I can find a bit of a tutorial on the web about creating a database in SQL server 2000?

Sql 2000 sp3 issue [ 0 Answers ]

REWARD: $40.00 to anyone who can solve this. Microsoft is having difficulty with the resolution!!! The Problem... :-/ The problem experienced when we upgraded to SQL Server 2000 and is isolated to a very obscure set of circumstances.  When a nested recordset is created using the same table in...


View more questions Search