How to Create Login and User through query in Sql server
2005.and also how to delete Login and User through query?
Answers were Sorted based on User's Feedback
Answer / rajiv singh
CREATE LOGIN ra
WITH PASSWORD = 'passwd';
USE COREDATA;
CREATE USER ra FOR LOGIN ra;
GO
DROP LOGIN name
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / jagadeesh
create login 'name' with password='cghhicl'
GO
DROP LOGIN name
| Is This Answer Correct ? | 0 Yes | 4 No |
What is the purpose of forms?
Explain external key management in sql server 2008
what are the disadvantages of cursors? : Sql server database administration
What is exporting and importing utility?
What are the new features in SQL Server 2005?
We create an index to fast the search. How it fast the query? Do we write any special keyword with query?
Write a query for primary key constraint with identity key word?
which table keeps the locking information? : Sql server administration
If no size is defined while creating the database, what size will the database have?
Introduction of rollup clause using sum and group by clause?
What do you mean by sql server 2005 express management tools?
Where to find ntwdblib.dll version 2000.80.194.0?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)