| Author |
Message |
yzguy
Joined: 09 Feb 2010 Posts: 18
|
Posted: Wed Nov 07, 2012 9:53 pm Post subject: What db rights are needed? |
|
|
I recently installed SQL source control, and it looks like it will do exactly what we need. But so far I have run into a snag trying to check in changes.
We work with a shared dev db (multiple developers working on the same db & server), and am trying to check in changes to TFS. I got the differences, and selected one, then clicked commit. Then I get this error message:
An error has occurred
You may need to ask your sysadmin for more permissions.
X Checking extended property permissions failed
I assume this means that I don’t have enough rights on our development db server to do something? Is there someplace that has a list of all the rights we may need/want on the db server to use sql source control? (or is this error because of rights in TFS?) |
|
| Back to top |
|
 |
Manfred.Castro
Joined: 23 Apr 2012 Posts: 122
|
|
| Back to top |
|
 |
yzguy
Joined: 09 Feb 2010 Posts: 18
|
Posted: Fri Nov 09, 2012 11:19 pm Post subject: |
|
|
I have been using sql compare for quite some time, and can use that just fine. There seems to be some rights issue I'm having, but I'm not sure exactly what sql source control is doing so I'm not sure what rights to ask for. For that matter, I'm not even 100% sure it is db rights, it could be TFS rights, but judging by the list of things it says it is doing, it looks to be all db related stuff until the end (and this is the very first thing it is trying to do).
I can probably get the rights, I just don't know what to ask for.
BTW, the compare and the list of items to check in works fine (which is what I would suspect to be similar to sql compare) it isthe commit changes that is failing. |
|
| Back to top |
|
 |
yzguy
Joined: 09 Feb 2010 Posts: 18
|
Posted: Mon Nov 26, 2012 9:40 pm Post subject: |
|
|
in case anyone else needs to know, this statement needs to return 1 for the user trying to commit changes
SELECT HAS_PERMS_BY_NAME('YourDBName', 'DATABASE', 'ALTER') |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group