Viewing 15 posts - 61 through 75 (of 231 total)
I found it...
GRANT CREATE TABLE TO user
GO
GRANT CREATE VIEW TO user
GO
Thank you so much for your response!
February 25, 2010 at 7:24 am
Very cool for only one column within a table. What about multiple? I see this is becoming a huge project now :(.
Thank you so muhc for your help!
November 24, 2009 at 9:17 am
They are set exactly the same. I actually took the dev script and ran it in production and it works fine in prod, not in dev. Now, this is a...
October 15, 2009 at 7:14 am
Yes, I apologize I thought I added it.
Message
Error: 18456, Severity: 14, State: 11.
October 14, 2009 at 2:38 pm
Thank you. I'm going to try creating a schema for the group to see if that works somehow. We have a 3rd arty tool but not for all members. Let's...
June 2, 2009 at 6:51 am
We don't need to use a proxy, we have one server, not on a cluster on SQL SErver 2005 32bit in which it works (same settings, same rights) and...
May 7, 2009 at 12:11 pm
The proxy is an admin on the box as well as sa on sql server.
May 1, 2009 at 12:38 pm
I am not sure I understand what you are saying. However, I created a sql user and give it direct permissions to execute on sp_start_job and that stilli gives the...
May 1, 2009 at 9:32 am
It is to give developers access to run a job. Our old dev server allows them to, with exact same settings. This new one. does not.
April 30, 2009 at 2:52 pm
The proxy account is set up the same way on another server. The old server on v3257 works but new server on 4035 does not work.
April 30, 2009 at 2:43 pm
It is the enterprise edition. Do I need admin perissions on specific folders? I am sa on sql server already.
April 15, 2009 at 8:25 am
How do you get it to insert rather than update? I want to keep track of the changes in size weekly...
April 7, 2009 at 3:44 pm
I'll try that thank you.
April 3, 2009 at 11:00 am
Viewing 15 posts - 61 through 75 (of 231 total)