#1  
2nd January 2011, 08:58 PM
Junior Member
 
Join Date: Jan 2011
Posts: 1

How to create user group in SQL server?


how to create user groups in sql server
i am doing a project in that . Please help




  #2  
3rd January 2011, 11:59 AM
priyanka_swengg
Senior Member+++++
 
Join Date: Nov 2010
Location: INDIA
Posts: 2,770
Post Re: How to create user group in SQL server?

This is the syntax for creating user group in sql server

sp_addrole [@rolename =] 'role' [,[@ownername =] 'owner']

where

@rolename - is the name of the database role.
@ownername - is the owner of the new role.
  #3  
28th February 2011, 10:04 PM
goldin
Senior Member
 
Join Date: Jan 2011
Posts: 339
Default Re: How to create user group in SQL server?

Syntax
CREATE PROC [ EDURE ] [ owner. ] procedure_name [ ; number ]
[ { @parameter data_type }
[ VARYING ] [ = default ] [ OUTPUT ]
] [ ,...n ]

[ WITH
{ RECOMPILE | ENCRYPTION | RECOMPILE , ENCRYPTION } ]

[ FOR REPLICATION ]

AS sql_statement [ ...n ]

To create a stored procedure
1.In Object Explorer, connect to an instance of Database Engine and then expand that instance.

2.Expand Databases, expand the database in which the stored procedure belongs, and then expand Programmability.

3.Right-click Stored Procedures, and then click New Stored Procedure.

4.On the Query menu, click Specify Values for Template Parameters.

5.In the Specify Values for Template Parameters dialog box, the Value column contains suggested values for the parameters. Accept the values or replace them with new values, and then click OK.

6.In the query editor, replace the SELECT statement with the statements for your procedure.

7.To test the syntax, on the Query menu, click Parse.

8.To create the stored procedure, on the Query menu, click Execute.

9.To save the script, on the File menu, click Save. Accept the file name or replace it with a new name, and then click Save.
Do you have any question? or have anything to say?



Related Topics:

Thread Replies Last Post
AIEEE Online form submission, server problem? 31 28th March 2012 07:50 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: