Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



How to Create Login and User through query in Sql server 2005.and also how to delete Login and Use..

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

How to Create Login and User through query in Sql server 2005.and also how to delete Login and Use..

Answer / jagadeesh

create login 'name' with password='cghhicl'
GO
DROP LOGIN name

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More SQL Server Interview Questions

What is the purpose of forms?

0 Answers  


Explain external key management in sql server 2008

0 Answers  


what are the disadvantages of cursors? : Sql server database administration

0 Answers  


What is exporting and importing utility?

0 Answers  


What are the new features in SQL Server 2005?

3 Answers   Emphasis,


We create an index to fast the search. How it fast the query? Do we write any special keyword with query?

3 Answers  


Write a query for primary key constraint with identity key word?

0 Answers   MindCracker,


which table keeps the locking information? : Sql server administration

0 Answers  


If no size is defined while creating the database, what size will the database have?

0 Answers  


Introduction of rollup clause using sum and group by clause?

0 Answers  


What do you mean by sql server 2005 express management tools?

0 Answers  


Where to find ntwdblib.dll version 2000.80.194.0?

0 Answers  


Categories