Viewing 15 posts - 106 through 120 (of 3,738 total)
GilaMonster (9/29/2016)
Cool, so you have a working GRANT statement for the schema, based on the permissions listed there?
Not yet, thank you.
Edit: I do not see where you can GRANT that...
September 29, 2016 at 8:53 am
Yes I read the link.
Thank you.
September 29, 2016 at 7:49 am
Eric M Russell (9/29/2016)
GilaMonster (9/29/2016)
Phil Parkin (9/28/2016)
See link.
And, after you're read that, tell me whether 'CREATE PROCEDURE', 'ALTER PROCEDURE', 'DROP TABLE', etc are valid permissions to be granted on a...
September 29, 2016 at 7:31 am
I found this before I read the link.
Edit: Before I read your post.
As CREATE PROCEDURE isn't a schema-level permission, just try GRANT CREATE PROCEDURE TO [domain\user].
I tried this and I...
September 29, 2016 at 7:25 am
GilaMonster (9/29/2016)
What's the error?
Msg 102, Level 15, State 1, Line 0
Incorrect syntax near 'CREATE PROCEDURE'.
I get the same error ON ALTER and DDROP PROCEDURE.
Also,I get the same error ON CREATE...
September 29, 2016 at 7:07 am
I get a syntax error on the following command:
GRANT CREATE PROCEDURE ON SCHEMA ::ca TO CCUser;
What is wrong with this statement?
September 29, 2016 at 6:50 am
GRANT CREATE PROCEDURE for User Canada on schema ca?
GRANT CREATE PROCEDURE ON ::ca TO Canada WITH GRANT OPTION;
I do not need the WITH GRANT Option.
Does that look right?
September 28, 2016 at 6:51 pm
How do I grant to CREATE PROCEDURE for User Canada on schema ca?
Thank you.
September 28, 2016 at 6:45 pm
Making the user the owner of the schema will work.
September 28, 2016 at 1:40 pm
Shouldn't a Path for the file name be specified?
September 14, 2016 at 7:14 am
J Livingston SQL (9/13/2016)
Welsh Corgi (9/13/2016)
I'm doing something wrong for I do not have that option in the drop down list.what does this return
SELECT @@VERSION
It works. My bad.
Thanks to everyone.:-)
September 13, 2016 at 12:25 pm
I'm doing something wrong for I do not have that option in the drop down list.
September 13, 2016 at 11:47 am
I just want to accomplish the following in SQL Server 2012.
The instructions provided are for SQL Server 2008.
"Provide a screenshot showing that Adhoc Remote Queries are disabled by using the...
September 13, 2016 at 9:41 am
Has anyone performed a backup and restore of a Replicated Database?
September 12, 2016 at 2:30 am
Looks to me like a backup is helpful.
I was told it was useless.
https://technet.microsoft.com/en-us/library/ms152560(v=sql.110).aspx
https://technet.microsoft.com/en-us/library/ms152560(v=sql.110).aspx
September 10, 2016 at 1:07 pm
Viewing 15 posts - 106 through 120 (of 3,738 total)