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
How to create a trigger for insert only?
Explain the use of containers in ssis and also their types?
Difference between DELETE and TRUNCATE?
Write a SQL query to delete a table?
What is the difference between cartesian product and cross join?
Explain syntax for viewing trigger?
What are the different normalization forms?
What is row-level compre?
How can you list all the columns in a database?
How to invoke a trigger on demand?
What is the default fill factor value?
What is a performance monitor?
If a stored procedure is taking a table data type, how it looks?
What is sql server english query?
Name few of the dcl commands in sql?