help me!beginner create database password
I've learn DotNetNuke.I don't know how to create passID and userID for database sqlserver2005 express.someone help me.Thanks!thanks!
October 27th, 2006 4:57pm
You can do that by using the appropiate TSQL command, like sp_AddLogin and so forth, but as a beginner I would suggest you to use the SQL Server Management Express which has a graphical interface to administer the server instance. You will have to create a user and map the user to the appropiate database. There you will have to either grant him a role or dedicated permissions on the securables (objects) within the database.
http://msdn.microsoft.com/vstudio/express/sql/download/
HTH, Jens K. Suessmeyer.
---
http://www.sqlserver2005.de
---
http://msdn.microsoft.com/vstudio/express/sql/download/
HTH, Jens K. Suessmeyer.
---
http://www.sqlserver2005.de
---
Free Windows Admin Tool Kit Click here and download it now
October 27th, 2006 7:57pm
can you help me how step by step I have to do:
right click database(example I've created database name"dotnetnuke")?
then choose properties->choose permissions?
Or can you tell me TSQL command...?
Thank you very much!
October 29th, 2006 6:32am
I've created new users name"dnnusers" and set some permissions but I've recieved some instructions:
"Grant failed for Database 'DotNetNuke'. (Microsoft.SqlServer.Smo)"why?![]()
Free Windows Admin Tool Kit Click here and download it now
October 29th, 2006 6:38am


