![]() |
Creating a User |
|
Introduction |
Here is an example of creating a user:
CREATE USER [Raymond Kouma]
FOR LOGIN rkouma;
GO
USE Exercise1;
GO
GRANT CREATE FUNCTION
TO rkouma;
GO
|
|
||
| Home | Copyright © 2007-2011 FunctionX.com, Inc. | Home |
|
|
||