How to Create Login and User through query in Sql server
2005.and also how to delete Login and User through query?
Answer Posted / jagadeesh
create login 'name' with password='cghhicl'
GO
DROP LOGIN name
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is it possible for a stored procedure to call itself or recursive stored procedure?
Explain how to integrate the ssrs reports in application?
What is a not null constraint?
How do you Implement SSIS Packages in your Project?
What are the underflow and overflow behaviors on float literals?
In which files does sql server actually store data?
What are the differences between stored procedure and the dynamic sql?
What is 2nf normalization form?
Explain how to send email from sql database?
What is the difference between primary key and unique constraints?
What is the difference between update lock and exclusive lock?
What is the default server name for sql server?
Which sql server table is used to hold the stored procedure script?
What is primary key index?
Difference between LEN() and DATALENGTH() in sql server ?