Viewing 5 posts - 1 through 6 (of 6 total)
GRANT CREATE PROCEDURE TO [username]
--user name can be a MS SQL Server user, SQL Server role(userrole),NT user or NT group.
--user can create a stored procedure
DENY CREATE PROCEDURE TO [username]...
June 16, 2006 at 1:35 am
hi,
try this
select * from INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS
June 13, 2006 at 7:12 am
Binary sort order is case-sensitive, that is lowercase precedes uppercase, and accent-sensitive. This is the fastest sorting order.
If this option is not selected, SQL Server follows sorting and comparison...
June 13, 2006 at 6:59 am
Hi,
What is the size of database? The database have the secondary data files?
June 13, 2006 at 5:50 am
Whe you use this option, must have in mind how often data is modified.
This option, fillfactor is useful to optimize the performance of INSERT or UPDATE statements.
June 12, 2006 at 8:41 am
Viewing 5 posts - 1 through 6 (of 6 total)