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 |
difference between truncate, delete aur drop?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
What is cdc in sql server?
How to enter binary string literals in ms sql server?
How optimize sql query with multiple joins in sql server?
How will you add a dimension to cube? : sql server analysis services, ssas
List out the different types of locks available in sql server?
what is package configuration variable?How to change file name in folder dynamically?Plz help me
Can you get second highest salary from the table?
Do you know the capabilities of cursors?
can we give the identity for existing column of the table? (already table contains 10(1-10) unique randam records)
How is sql used in sql server?
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)