Tagged Questions
1
vote
1answer
121 views
Control User Permisson in C# windows application
I already designed Windows app with C# and SQL 2008.
Now ,I want to control that user can access to which part and its permissions.
So, I want to know is it better to design table in sql and set the ...
-2
votes
2answers
64 views
Creating databases and tables in ssms
I just installed ssms on my local computer.
When I try to create a database or a database table it gives me an error stating that I don't have the right permissions. I tried granting permissions for ...
0
votes
1answer
125 views
Executing sys.xp_readerrorlog with OPENROWSET
The following runs successfully:
EXEC sys.xp_readerrorlog 0
This however does not:
SELECT *
FROM OPENROWSET(
'SQLNCLI',
'Server=.;Trusted_Connection=Yes;',
'EXEC sys.xp_readerrorlog ...
0
votes
1answer
75 views
How can I solve permissions error when importing MySQL databases with PHPMyAdmin?
I'm developing a web site that is based around a MySQL db.
Because I wanted to do it off-line first, I installed WAMP server on my machine. This has Apache, an SQL server, and PHP.
I created a ...
1
vote
1answer
60 views
Giving permissions to a SQL Job to be able to access/modify folders and files on a different server
I have a sql job on SERVER01.
Part of the job is to access a folder located on a different server:
\\SERVER02\Files
I need to be able to create folders and files under it as well as modify/delete ...
0
votes
1answer
109 views
Permission error on SQL access by a web service C# System.Data.SqlClient.SqlClientPermission
When I try to access a SQL command by a web service developed in C# .Net I have this error.
The Web serice is called by a windows form application in C# too.
This is the error:
"Falha na ...
0
votes
1answer
203 views
SQL User Cannot Select Objects from sysobjects where UID = User
I'm working with a legacy system that attempts to execute schema changes in SQL for specific users by first querying sysobjects as that user to determine if the object exists. If it does it creates an ...
2
votes
2answers
99 views
How to implement nested groups in Db?
Question:
In our database, we have a table Users, a table Groups, and a mapping table from users to groups.
Then we have permissions, which are on Groups.
T_User
USR_UID
USR_Name
USR_PasswordHash
...
0
votes
0answers
33 views
SQL Entry Permissions - Users and Groups
I'm looking for the best way to implement the following:
I have a database of Users and Groups of Users. When creating an entry, the user can choose which others Users and Groups may READ and WRITE ...
0
votes
1answer
49 views
how to change permission for the service account in azure's sql management portal
I want to delete an entry from my sql table, through Azure's sql management portal. When I query "DROP USER "XXX" " it says "Cannot drop the user 'XXX', because it does not exist or you do not have ...
4
votes
2answers
178 views
Deleting file created from mysql
I executed the query in mysql as
select * into outfile "/tmp/results.out" from table_x;
which in-turn wrote all the records in that table to the file in /tmp directory. The file was created with ...
1
vote
1answer
552 views
Accessing backend tables in .mdb files from MS Access
My organization uses a user-friendly donor database software that stores its data in .mdb tables in the installation folder. The program itself uses a proprietary method of querying that is ...
0
votes
2answers
90 views
Design help: Multiple User Roles
I'm currently in the process of designing a web app that requires the use of user permissions and roles. The roles will be stored within the SQL database (using MS SQL but this should be a design ...
1
vote
1answer
469 views
unsafe assembly permission was denied on object 'server' database 'master' [closed]
How do I add permissions for this:
unsafe assembly permission was denied on object 'server' database 'master'
0
votes
1answer
273 views
Ad hoc Query permissions SQL Server
I have a previous app from XP that I am having to resurrect on WIN 7, SQL Server 2008 Express, and VSC#.
I had a user that could execute the following
SELECT * INTO dbo.[CARD DEF GENERAL POINT]
...
2
votes
2answers
591 views
Execute Stored Procedure containing dynamic SQL Sybase
Why can't i execute a stored procedure which contains Dynamic SQL with non SP owner user?
I can execute it succesfully with the SP owner user, but other users can't.
Nevertheless, i have granted ...
0
votes
1answer
159 views
Cross database permissions through stored procedure permissions
I have a stored procedure set up in DATABASE1 that among other things makes a call to a stored procedure call sp_start_job (this is a stored procedure in the msdb database that will fire off an agent ...
0
votes
2answers
112 views
Queries work in debug mode but not in deployment mode?
I have a C# application and the following is an excerpt from my Web.config file:
<connectionStrings>
<add name="MyDB" connectionString="Data Source=MACHINENAME\\SQLEXPRESS;Initial ...
3
votes
1answer
511 views
Best practice designing a permission system
I'm currently developing a little Python website using Pyramid.
But I don't know how to design the permission system.
The System should be very flexible: I have to establish connections between many ...
0
votes
2answers
252 views
GRANT Database Permissions for specific tables and the validity of this as a security practice?
my question is rather simple.
Can i grant permissions on a database table wise? something in the lines:
User Management has permission to select, update, insert and delete on table Projects
User ...
0
votes
2answers
97 views
Can i use sysdate for setting permissions in sql?
Is there any way to put permission for a specific range of hours using the SYSDATE in a sql command?
7
votes
1answer
3k views
ERROR: permission denied for sequence cities_id_seq using Postgres
I'm new at postgres (and at database info systems all in all). I ran following sql script on my database:
create table cities (
id serial primary key,
name text not null
);
create table reports (
id ...
2
votes
1answer
91 views
Unexpectedly changed permissions
While trying to debug my site, I suddenly started getting this error:
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'admin'@'XXXXXXXX' (using password: YES)
and it pointed to these ...
0
votes
4answers
298 views
how to grant privileges to all columns except one?
I want to grant user an update privilege to update all columns except one - Id in my case (changing Id could make a mess in data, existing URLs etc. - foreign keys are not a solution). Is it possible ...
0
votes
1answer
225 views
How to allow an IIS App Pool to access a particular MS SQL database?
I am getting this error:
Login failed for user 'IIS APPPOOL\KBM2'.
I cannot seem to find where I would allow that user access to the database that I need to use for my application.
I am using ...
0
votes
2answers
808 views
Database permissions with Postgresql
Is it possible to restrict user access to a postgresql database by specifying a database, rather than a table?
I understand that the line:
GRANT ALL ON tableName TO joeuser
enables this user to ...
1
vote
2answers
875 views
Need to learn how to set appropriate permissions on SQL Server database to allow Syncronisation through Sync Framework 2.1
Please exuse my ignorance but SQL Server is not my strong point and I start to get lost when going past the basic Create Table, Select from Table etc.
I am attempting to set up a database ...
1
vote
1answer
51 views
SQL database and permisions (via PHP)
I am creating a web site which, among other things, databases pictures. For simplicity lets say that every picture can have a description and a file path, and this is stored in a table, like so
...
-2
votes
4answers
633 views
Permissions in SQL Server 2008
I have created 10 database of 'Northwind' for training purpose. Suppose I have 10 students, so databases are Northwind_Student1,Northwind_Student2 etc. I would like to create separate login for each ...
0
votes
1answer
108 views
Looping hierarchies in membership, finding out user's permissions
I'm crazy of the problem below.
There are users and groups, and the groups can contain both users and other groups:
CREATE TABLE GroupMembership (GroupMembershipID, GroupID, GroupTypeID, MemberID, ...
0
votes
3answers
2k views
Create user in SQL Server 2008
I have SQL Server user in the database and for some reason, user is not able to view the tables when connecting
Here are the commands that I am using to create that user. I do not want to make the ...
1
vote
2answers
516 views
MSSQLSM 2008 odd login failed on select statement
I have a variety of users on my SQL server, all of which CAN login to the server; however one user, once logged in cannot run anything (select, alter, edit) on a specific view - but can on all the ...
3
votes
2answers
1k views
Permissions denied on sql query
I'm trying to execute the following query through classic asp recordset -
SQL = "Select P_Name as P_Name, P_Description as P_Description
from L_PagePermission
inner join A_Permission ...
4
votes
3answers
851 views
SQL Server stored procedures and permissions
Is it possible to deny permissions for everything in SQL Server (e.g select, insert, etc) and give temporary permissions through stored procedures. I want to use only stored procedures to access data ...
6
votes
1answer
1k views
Subquery returning multiple columns - or a close approximation
I have an interesting problem, however I don't know quite how to articulate it better than saying I have a subquery that needs to return multiple columns. PostgreSQL throws an error when I attempt to ...
35
votes
3answers
3k views
Implementing permissions based on reputation
I'm creating a website in which there are projects, users, and permissions for each user or groups of users. What this is is a community collaboration tool, and I have 4 different permissions:
...
4
votes
2answers
3k views
list of users and roles that have permissions to an object (table) in SQL
You'd think I'd be able to Google such a simple question. But no matter what I try, I hit a brick wall.
What is the TSQL statement to find a list of roles that have permissions to a table?
The ...
1
vote
1answer
406 views
SQL Server stored procedure permissions checking
My Asp.Net MVC web-site uses stored procedures based data access to the SQL Server database. Almost every procedure should check permissions, if current user can perform this operation. I've solve it ...
2
votes
1answer
2k views
Disable access for database
I created a MySQL server. Now the user login has access to all databases. I want this user not to have access (so can't do anything) to 3 databases:
information_schema
mysql
phpmyadmin
So the ...
0
votes
1answer
90 views
Problem with User /SQL Permissions
Please forgive me if this post is in the wrong place, but as your all the cleverest bunch of guys I know, advice would be appreciated.
Another user in my company wrote [and on another pc], installed ...
1
vote
2answers
446 views
permission problem on dynamic query running in a stored procedure
i have this stored procedure, doing a select query with couple of inner joins (one of the tables is in another db). Now, i had to write this query as dynamic cause first i had to find which db the ...
0
votes
1answer
2k views
MySQL Temporary View possible?
This is following up on:
Allow users only certain information from database
I am doing views as such ( I am sure this could be optimized):
db.php that gets included:
$conn = ...
0
votes
2answers
74 views
use of views for validation of an incorrect login-id or an unidentified user
I read this on msdn:
Views let different users to see data in different ways, even when they are using the same
data at the same time. This is especially useful when users who have many different ...
0
votes
2answers
764 views
users and logins in sql server 2005 express
I created a login named mylogin with password= 'pass_1'
Then i logged into sql server using this login & tried to create a database , which gave the error that permission denied.
Then i executed ...
0
votes
2answers
73 views
SQL Server how do I run a dynamic statement
I have a stored procedure that generates grant scripts for each permission in our database. After the grant scripts are generated I was wondering how do I run the scripts automatically? (My goal is to ...
0
votes
1answer
2k views
How do I Add My Domain User Account to the List of Users with Permission to Connect to the SQL Server?
My SQL 2008 R2 Server is configured for Windows authentication, but only my domain administrator account is granted access to connect to the object explorer.
I need to grant my non-administrator ...
3
votes
1answer
1k views
How do I grant a database role execute permissions on a schema? What am I doing wrong?
I am using SQL Server 2008 Express edition.
I have created a Login , User, Role and Schema.
I have mapped the user to the login, and assigned the role to the user.
The schema contains a number of ...
2
votes
1answer
567 views
permissions: why is UPDATE needed by the table owner in this case?
I have two tables. One has a foreign key referencing a serial field in the other table. I've given INSERT privilege to a role other than the owner, but I still can't insert into the table containing ...
0
votes
1answer
148 views
Trigger for insert problem
I'm using mssql server 2008 and having a problem with a trigger. Now, i have this aspx page, which has a stored procedure working in a button click, and that stored procedure has an execute permission ...
0
votes
1answer
280 views
Why can I select the view definition but not the view itself, despite correct permissions?
I'm having a strange issue on PostgreSQL 9.0.1 on Windows Server 2003 SP2.
I connect as a superuser and then SET SESSION AUTHORIZATION to user
"X" who is a member of group role "extranet_user" ...