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
Explain features of analysis services?
What is log shipping?
How do database indexes work?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What types of Joins are possible with Sql Server?
What are the ways available in sql server to execute sql statements?
What are the types of subscriptions in SQL Server replication?
What are 3 ways to get a count of the number of records in a table?
Does partitioning help performance?
What are the main differences between #temp tables and @table variables and which one is preferred?
Write a code to select distinct records without using the DISTINCT keyword.
What is a coalesce function?
Does hive support indexing?
What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?
What is default constraint in ms sql server?